Skip to content

Commit

Permalink
force tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-samuel committed Nov 19, 2024
1 parent 4248861 commit a1f25ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe('Settings > Application Settings > Settings', () => {
cy.get('.bx--toggle__switch').first().click({ force: true });
cy.get('[class="btnRight bx--btn bx--btn--primary"]').click({force: true});
cy.get('.bx--toggle-input').first().should('be.checked');

cy.wait(500);

// cleanup
Expand Down

0 comments on commit a1f25ff

Please sign in to comment.