From 63d288cd9cfaf7552a46c324869b60a1b4d134b8 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 23 Sep 2019 11:41:26 +0200 Subject: [PATCH] test(e2e): add history tag to params --- test/e2e/specs/route-params.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/e2e/specs/route-params.js b/test/e2e/specs/route-params.js index f5c6dc970..ddc64b9d9 100644 --- a/test/e2e/specs/route-params.js +++ b/test/e2e/specs/route-params.js @@ -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/')