forked from metabase/metabase
-
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.
* Fix `public.cy.spec.js` flake Note in the comment clearly says that the tests are sequential. If the first one fails, it affects the others. That's why we were seeing 9 failed tests in this file alone. * Fix `snippet.cy.spec.js` flake In very rare occasions it happened that test runner doesn't clear the input field before it starts typing new name. That's how we end up with `stuff-snippetMath` instead of just `Math`. * Wait for a dashboard to update NOTE: - In the latest CI run click on "Category" happened before this XHR - due to congestion or a slow network, popover couldn't be found within 4s (Cypress started searching for it immediately after the previous click) * Fix `modal()` + "Not now" related set of flakes * Quarantine `public.cy.spec.js`
- Loading branch information
1 parent
8412f44
commit fa7db31
Showing
5 changed files
with
16 additions
and
14 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