You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skips flake tests and tests with what looks like bugs (#89777)
## Summary
Skips tests that have flake or in-determinism.
* The sourcer code/tests are being rewritten and then those will come back by other team members.
* The timeline open dialog looks to have some click and indeterminism bugs that are being investigated. Skipping for now.
cy.get(TIMELINE_DESCRIPTION).should('have.text',timeline.description);// This is the flake part where it sometimes does not show/load the timelines correctly
0 commit comments