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}}