forked from clj-commons/etaoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved test coverage (clj-commons#665)
* Add tests for use-xpath and use-css * Add tests for when-<browser> and when-not-<browser> macros * Add tests for when-headless and when-not-headless * Test vector forms of fill-multi and fill-human-multi * Add test for submit * Add test for with-css * Update clj-kondo config to ignore Slingshot test symbols * Improve fill-multi/fill-human-multi exception testing Add slingshot to api-test.clj dependencies * Rename test-find-element and test-find-elements-more to test-query and test-query-all, to better reflect what they are really testing. * Move test-multiple-elements to be part of test-query-all This better reflects what it is doing. * Add test of query id by keyword * Rework test-query to provide more extensive test coverage * Add test querying for empty vector * Add tests searching for missing elements * Add more test ideas for later exploration * Update CHANGELOG with note about improved test coverage * Fix assertions in test-switch-default-locator
- Loading branch information
Showing
4 changed files
with
233 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters