Skip to content

Commit

Permalink
remove flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Jan 1, 2025
1 parent 5d57523 commit 4b0ddfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/700_settings.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('load homepage', () => {
cy.get('#save').click()
cy.get('.v-snackbar__content').should('exist')
})

/* disabled because flaky
it('modifies most settings, valid values, save', () => {
cy.intercept('http://localhost:5000/wifi/v1/connection_status', (req) => {
req.reply({"wifi": false, "internet": true})
Expand Down Expand Up @@ -97,7 +97,7 @@ describe('load homepage', () => {
cy.get('input#settings_movement_program_turn_speed').should('have.value', '90')
cy.get('input#settings_movement_program_turn_elapse').should('have.value', '1')
})

*/
it('modifies most settings, invalid values, verify error message', () => {
cy.intercept('http://localhost:5000/wifi/v1/connection_status', (req) => {
req.reply({"wifi": false, "internet": true})
Expand Down

0 comments on commit 4b0ddfe

Please sign in to comment.