Improvement Summary
Use cy.clock instead of cy.wait for passing time.
Detailed Description
After the merge of #1326, The test currently use cy.wait to pass time and correctly check that the dialog does or does not show. We should investigate how to properly implement cy.clock() to keep from slowing the test down on purpose.
Improvement Summary
Use cy.clock instead of cy.wait for passing time.
Detailed Description
After the merge of #1326, The test currently use
cy.waitto pass time and correctly check that the dialog does or does not show. We should investigate how to properly implementcy.clock()to keep from slowing the test down on purpose.