Skip to content

Commit 42f4324

Browse files
committed
fix flaky test
1 parent 0b9d16d commit 42f4324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/700_settings.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ 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);
3233
cy.visit('http://localhost:8080')
3334
cy.get('.v-carousel').should('exist')
3435
cy.get('button.v-app-bar-nav-icon').should('exist').click()

0 commit comments

Comments
 (0)