-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cy.contains() improvements: normalizing whitespaces, case-sensi… (#5653)
* migrate vscode eslint settings * Handles whitespaces with newlines. * Feature: contains() matches case insensitivity * Fixed merge conflicts. * Fixed conflicts. * Added option type, CaseMatchable. * Fixed lint error. * Added test for leading/trailing spaces. * Add an error message for regex and matchCase conflict. * Fix the valid case that throws an error. * Fix how error message is thrown. * update some cli deps that have fallen out of date since last commit * update cli snapshot Co-authored-by: Gleb Bahmutov <[email protected]> Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Chris Breiding <[email protected]>
- Loading branch information
1 parent
c491a3e
commit 7ff91ed
Showing
6 changed files
with
187 additions
and
30 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