Skip to content

Commit 73dbce1

Browse files
committed
fix flacky tests
1 parent 42f4324 commit 73dbce1

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

cypress/e2e/700_settings.cy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ describe('load homepage', () => {
2929
cy.intercept('http://localhost:5000/wifi/v1/list_access_points', (req) => {
3030
req.reply({"ssids": [{"ssid": "wifi-home", "conn_type": "WPA2", "strength": 99}]})
3131
})
32-
cy.wait(500);
3332
cy.visit('http://localhost:8080')
3433
cy.get('.v-carousel').should('exist')
3534
cy.get('button.v-app-bar-nav-icon').should('exist').click()

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"vite-plugin-istanbul": "^3.0.2",
4444
"@vitejs/plugin-vue": "^3.1.2",
4545
"stylus": "0.59.0",
46-
"cypress": "^10.11.0",
46+
"cypress": "^12.3.0",
4747
"eslint": "^8.21.0",
4848
"eslint-config-airbnb-base": "^15.0.0",
4949
"eslint-plugin-import": "^2.25.4",

0 commit comments

Comments
 (0)