Skip to content

Commit

Permalink
test: adapt test to polling-delay & test multiple reconnects
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hartmann authored and JackUrb committed Feb 21, 2023
1 parent d17a404 commit 4a27510
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cypress/integration/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ describe('Test Setup', () => {
});

it('manual server reconnect', () => {
cy.visit('/')
cy.visit('/').wait(1000)
cy.contains('online').click()
cy.contains('offline').click()
cy.contains('online').click()
cy.contains('offline').click()
cy.contains('online').click()
cy.contains('offline').click()
cy.contains('online')
Expand Down

0 comments on commit 4a27510

Please sign in to comment.