Skip to content

Commit 588220c

Browse files
committed
test: up nightwatch to fix tests
1 parent 8d26c5d commit 588220c

File tree

3 files changed

+443
-97
lines changed

3 files changed

+443
-97
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"geckodriver": "^1.16.2",
7979
"jasmine": "2.8.0",
8080
"lint-staged": "^8.2.0",
81-
"nightwatch": "^1.1.13",
81+
"nightwatch": "^1.3.5",
8282
"nightwatch-helpers": "^1.0.0",
8383
"path-to-regexp": "^1.8.0",
8484
"rollup": "^1.20.1",

Diff for: test/e2e/specs/active-links.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55

66
'@tags': ['history', 'active', 'router-link'],
77

8+
/** @type {import('nightwatch').NightwatchTest} */
89
'active links': function (browser) {
910
browser
1011
.url('http://localhost:8080/active-links/')

0 commit comments

Comments
 (0)