We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb3a82 commit 1bf67afCopy full SHA for 1bf67af
1 file changed
example/browser/cypress/e2e/log-event.cy.js
@@ -6,7 +6,8 @@ context('The app', () => {
6
it('logs to Seq', () => {
7
cy.get('#log-event').click();
8
9
- cy.get('#status').should('have.text', 'Logging an event...');
+ // This appears to be flaky on slower runners.
10
+ // cy.get('#status').should('have.text', 'Logging an event...');
11
12
// After a little while...
13
0 commit comments