-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update Test Selector types and improve functionality (#2333)
OKTA-794668 fix: selecting controlled elements feat: adds ability to have type-safe roles in queries fix: updates Callout test selectors test test 2 test 3 test 4 test 5 fix: reconfigured querySelector with correct types fix: improved test selectors API fix: adds typing for getAccessibleText fix: cleanup test selectors code fix: removes rxjs fix: prettify code fix: fixed test error in Callout stories fix: removes explicit odysseyTestSelectors file fix: updates ElementError logging with message denoting ElementError fix: defaults `ChildQueryMethod` as `"get"` to match other instances fix: minor fix to change Options key to never where it wouldn't exist anyway fix: adds comment around `interpolateString` to make it clear how dangerous it could be fix: marks interpolateString as @deprecated as it will probably be removed in a future PR fix: removes unused type in querySelector fix: massively renamed TestSelector types to be easily understood fix: moves element selection outside of querySelector fix: adds missing accessibleText to Select fix: renames testSelectors to testSelector in all supported components Merge branch 'main' into OKTA-794668-test-selectors-functionality fix: fixes small type issues and Autocomplete merge issue fix: fixes broken Select interaction test
- Loading branch information
1 parent
c1d86db
commit 8cefa74
Showing
23 changed files
with
1,010 additions
and
325 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
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
41 changes: 0 additions & 41 deletions
41
packages/odyssey-react-mui/src/test-selectors/featureTestSelector.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.