Skip to content

Commit 63d288c

Browse files
committed
test(e2e): add history tag to params
1 parent 2b39f5a commit 63d288c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: test/e2e/specs/route-params.js

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
const bsStatus = require('../browserstack-send-status')
2+
13
module.exports = {
4+
...bsStatus(),
5+
6+
'@tags': ['history'],
7+
28
'route-params': function (browser) {
39
browser
410
.url('http://localhost:8080/route-params/')

0 commit comments

Comments
 (0)