openmct/e2e/tests
Jesse Mazzella 6c71fa01f5
Fix existing eslint warnings, configure eslint to fail on warning ()
* [e2e] Remove unnecessary step with force click

* `test.skip()` -> `test.fixme()`

* Bypass `no-wait-for-timeout` rule for visual tests

* Fail lint step if warnings > 0

* Set default value for `imageUrl`

- Resolves `vue/require-default-prop` warning

* Disable eslint rule `you-dont-need-lodash-underscore/get`

- Disable the rule for now as the implementation they suggest doesn't match lodash `_.get()` functionality, and fails a bunch of our tests. See https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/issues/311 and https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/issues/294

* Disable `no-wait-for-timeout` warning for `visual` folder

* Add rule exception and comments in logPlot test

- Add exception and FIXME for timeout

- Add comment on fixme test to discourage community contribution

* clean up tests

- remove unnecessary awaits

- update locators to use data-testid where possible

- remove unnecessary wait

* Wait for image count condition instead of timeout

* code review comments: use expect.poll()

* readability

* .fixme() + comment instead of .skip()

* disable `.skip()` warning for memleak test suite
2022-05-26 09:45:16 -07:00
..
api/forms Fix existing eslint warnings, configure eslint to fail on warning () 2022-05-26 09:45:16 -07:00
example Add console error checking to our e2e suite () 2022-05-13 10:55:34 -07:00
performance Fix existing eslint warnings, configure eslint to fail on warning () 2022-05-26 09:45:16 -07:00
persistence Add console error checking to our e2e suite () 2022-05-13 10:55:34 -07:00
plugins Fix existing eslint warnings, configure eslint to fail on warning () 2022-05-26 09:45:16 -07:00
visual Added visual test for capturing the Save Successful Banner () 2022-05-20 22:11:32 +00:00
branding.e2e.spec.js Enable lint enforcement on e2e tests and fix the existing errors () 2022-05-19 16:09:22 -07:00
moveObjects.e2e.spec.js Performance tests, notebook tests, and sharding () 2022-05-25 15:45:11 -07:00
recycled_storage.json 2.0.3 merge to master () 2022-05-03 11:09:12 -07:00
smoke.e2e.spec.js Add console error checking to our e2e suite () 2022-05-13 10:55:34 -07:00