Skip to content

Commit 4ab70e6

Browse files
committed
more e2e tests (#99)
1 parent 22f4aad commit 4ab70e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cypress/e2e/700_settings.cy.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,4 @@ describe('load homepage', () => {
124124
cy.get('a.v-list-item[href*="/control"]').click()
125125
cy.get('#confirm_exit_dialog').should('exist')
126126
})
127-
/*
128-
it('modifies most settings, valid values, save', () => {
129-
})
130-
131-
it('modifies most settings, invalid values, verify error message', () => {
132-
})
133-
*/
134127
})

0 commit comments

Comments
 (0)