mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-28 07:23:59 +00:00
fixing docs scenario runner template
This commit is contained in:
parent
ee5e881b9e
commit
bbb19a4d16
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{{#all}}
|
{{#all}}
|
||||||
describe('{{name}}', function(){
|
describe('{{name}}', function(){
|
||||||
beforeEach(function(){
|
beforeEach(function(){
|
||||||
navigateTo('index.html#{{name}}');
|
browser().navigateTo('index.html#{{name}}');
|
||||||
});
|
});
|
||||||
// {{raw.file}}:{{raw.line}}
|
// {{raw.file}}:{{raw.line}}
|
||||||
{{{scenario}}}
|
{{{scenario}}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue