aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/docs-scenario.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs-scenario.js b/docs/docs-scenario.js
index f0c6edb9..08d0e91b 100644
--- a/docs/docs-scenario.js
+++ b/docs/docs-scenario.js
@@ -1,9 +1,9 @@
{{#all}}
describe('{{name}}', function(){
beforeEach(function(){
- navigateTo('index.html#{{name}}');
+ browser().navigateTo('index.html#{{name}}');
});
// {{raw.file}}:{{raw.line}}
{{{scenario}}}
});
-{{/all}} \ No newline at end of file
+{{/all}}