Skip to content

Commit

Permalink
test(e2e): add history tag to params
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 23, 2019
1 parent 2b39f5a commit 63d288c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/specs/route-params.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
const bsStatus = require('../browserstack-send-status')

module.exports = {
...bsStatus(),

'@tags': ['history'],

'route-params': function (browser) {
browser
.url('http://localhost:8080/route-params/')
Expand Down

0 comments on commit 63d288c

Please sign in to comment.