From bbb19a4d160eaeecabb061fc47ff61aee8faff77 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 3 Nov 2010 12:55:17 -0700 Subject: fixing docs scenario runner template --- docs/docs-scenario.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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}} -- cgit v1.2.3