Skip to content

Commit

Permalink
chore(e2e): skip the worst offender of flaky tests. (#23772)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Apr 21, 2023
1 parent b734a0f commit 35f36a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 35f36a2

Please sign in to comment.