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 0b9d16d commit 42f4324Copy full SHA for 42f4324
cypress/e2e/700_settings.cy.js
@@ -29,6 +29,7 @@ describe('load homepage', () => {
29
cy.intercept('http://localhost:5000/wifi/v1/list_access_points', (req) => {
30
req.reply({"ssids": [{"ssid": "wifi-home", "conn_type": "WPA2", "strength": 99}]})
31
})
32
+ cy.wait(500);
33
cy.visit('http://localhost:8080')
34
cy.get('.v-carousel').should('exist')
35
cy.get('button.v-app-bar-nav-icon').should('exist').click()
0 commit comments