cypress-movie
cypress-movie copied to clipboard
clarify the "blocking" parameter in cy.toast() prevents the test from progressing
I know this probably sounds obvious, but I didn't realize this was how it worked initially. I thought it was related to the visibility of the toast, not that it would wait for the duration before moving on. Maybe just adding a note in the example like how it's described in the cy.text() example.