openmct/e2e/tests/functional/plugins
Jesse Mazzella 7bb4a136d7
Use Composition API to add/remove from composition (#5941)
* Use composition API in RemoveAction

* refactor: ScatterPlotView to use composition API

* fix: initialize transaction to null and reset

* fix: remove seriesKey and correct found condition

* refactor: Gauge to use composition API

* refactor: DisplayLayout to use composition API

* test: RemoveAction starts and ends transactions

* test: add ScatterPlot add/remove telemetry test

* test: fix e2e test and add annotation

* test: remove unnecessary awaits

* test: make some displayLayout tests stable

* test{displayLayout}: navigate to objects via url

* test(gauge): add test for add/remove telemetry

* fix(#3117): init layoutItems within transaction

* refactor: add clearSelection() method

* test: remove unstable tag

* fix(#3117): init frames and use transactions

- fixes #3117 for flexible layouts by syncing frames and composition

- also uses transactions now to avoid race condition

* test(flexibleLayout): removing items via context menu

- add test for removing items via context menu while focusing the layout

- add test for removing items via context menu while not focusing the layout

* fix(e2e): use pluginFixtures

* refactor(e2e): improve selectors

* refactor: use async/await for saving transactions

* docs(e2e): fix comments

* test: use soft expects

Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
2022-11-10 20:06:13 +00:00
..
clocks Bump eslint-plugin-playwright from 0.10.0 to 0.11.1 (#5697) 2022-08-24 08:51:39 -07:00
conditionSet test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00
displayLayout Use Composition API to add/remove from composition (#5941) 2022-11-10 20:06:13 +00:00
faultManagement Fix Independent Time Conductor for Plans within Time Strips (#5671) 2022-09-09 17:31:03 -07:00
flexibleLayout Use Composition API to add/remove from composition (#5941) 2022-11-10 20:06:13 +00:00
gauge Use Composition API to add/remove from composition (#5941) 2022-11-10 20:06:13 +00:00
imagery test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00
importAndExportAsJSON [e2e] Refactor and document our extension of existing Playwright API and RFE features (#5537) 2022-07-27 14:31:18 -07:00
lad Master 2.0.7 (#5672) 2022-08-22 11:41:38 -07:00
notebook test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00
plot Use Composition API to add/remove from composition (#5941) 2022-11-10 20:06:13 +00:00
telemetryTable Master 2.0.7 (#5672) 2022-08-22 11:41:38 -07:00
timeConductor test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00
timer test(e2e): unique names for created objects by default (#5945) 2022-11-07 23:50:33 +00:00