chore(e2e): skip the worst offender of flaky tests. (#23772)

This commit is contained in:
Evan Rusackas 2023-04-21 11:48:33 -06:00 committed by GitHub
parent b734a0f82e
commit 35f36a20ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -734,7 +734,8 @@ describe('Dashboard edit', () => {
cy.getBySel('dashboard-charts-filter-search-input').clear();
});
it('should disable the Save button when undoing', () => {
// TODO fix this test! This was the #1 flaky test as of 4/21/23 according to cypress dashboard.
xit('should disable the Save button when undoing', () => {
cy.get('[role="checkbox"]').click();
dragComponent('Unicode Cloud', 'card-title', false);
cy.getBySel('header-save-button').should('be.enabled');