Skip to content

Commit 66bef9e

Browse files
authored
Revert attempted test fix
1 parent 1bf67af commit 66bef9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/browser/cypress/e2e/log-event.cy.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ context('The app', () => {
66
it('logs to Seq', () => {
77
cy.get('#log-event').click();
88

9-
// This appears to be flaky on slower runners.
10-
// cy.get('#status').should('have.text', 'Logging an event...');
9+
cy.get('#status').should('have.text', 'Logging an event...');
1110

1211
// After a little while...
1312

0 commit comments

Comments
 (0)