We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeaecd commit dc609b4Copy full SHA for dc609b4
cypress/e2e/700_settings.cy.js
@@ -36,6 +36,7 @@ describe('load homepage', () => {
36
cy.get('#app').click()
37
cy.get('button#0').should('exist')
38
cy.get('button#0').click()
39
+ cy.get('#settings_password').should('exist')
40
cy.get('#settings_password').type('secret')
41
cy.get('#save').should('exist')
42
cy.get('#save').click()
0 commit comments