openmct/e2e/tests/functional/plugins/plot
Shefali Joshi be38c3e654
Fix stacked plot child selection (#6275)
* Fix selections for different scenarios

* Ensure plot selection in stacked plots works when there are no selected or found annotations

* Adds e2e test for stacked plot selection and fixes the old e2e test which was testing overlay plots instead.

* Fix selection of plots while in Edit mode

* Improve tests for stacked plots

* refactor: remove unnecessary `await`s

* a11y: move aria-label to StackedPlotItem

* refactor(e2e): combine like tests, unique object names

- Use unique object names in `text=` selectors

- Combine like tests to reduce execution time

- Use `getByRole` selectors where able

* docs(e2e): add comments to test

* fix: add class back for unit test selector

---------

Co-authored-by: Scott Bell <scott@traclabs.com>
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2023-02-03 23:56:50 +00:00
..
autoscale.e2e.spec.js-snapshots [CLA on File] style: added padding to object & icon button labels (#6036) 2023-01-20 11:07:56 -08:00
autoscale.e2e.spec.js fix: remove 1px padding and re-enable autoscale snapshot test (#6271) 2023-02-02 15:50:37 -08:00
logPlot.e2e.spec.js Fix multiple y axis issues (#6204) 2023-02-01 21:46:15 +00:00
missingPlotObj.e2e.spec.js test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00
overlayPlot.e2e.spec.js Multiple Y-Axes for Overlay Plots (#6153) 2023-01-23 15:34:26 +00:00
plotLegendSwatch.e2e.spec.js test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00
plotRendering.e2e.spec.js [Plots] Ignore Infinity when autoscaling y-axis (#5907) 2022-12-12 11:51:57 -08:00
scatterPlot.e2e.spec.js Use Composition API to add/remove from composition (#5941) 2022-11-10 20:06:13 +00:00
stackedPlot.e2e.spec.js Fix stacked plot child selection (#6275) 2023-02-03 23:56:50 +00:00