update integration test

main
Mike Fix 6 years ago
parent 5a6bc80443
commit 981947c454

@ -41,6 +41,7 @@ describe('localStorage', () => {
themeDropdown() themeDropdown()
.click() .click()
.contains('Blackboard') .contains('Blackboard')
cy.wait(1000) // URL updates are debounced
cy.url().should('contain', 't=blackboard') cy.url().should('contain', 't=blackboard')
}) })
}) })

Loading…
Cancel
Save