Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

Commit 9a3db07

Browse files
committed
update example e2e test
1 parent ce242d5 commit 9a3db07

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

client/test/e2e/specs/test.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ module.exports = {
1010

1111
browser
1212
.url(devServer)
13-
.waitForElementVisible('#app', 5000)
14-
.assert.elementPresent('.hello')
15-
.assert.containsText('h1', 'Welcome to Your Vue.js App')
16-
.assert.elementCount('img', 1)
13+
.waitForElementVisible('#login-view', 10000)
14+
.assert.elementPresent('h1')
15+
.assert.containsText('h1', 'Login')
1716
.end();
1817
},
1918
};

0 commit comments

Comments
 (0)