aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs-scenario.js
blob: 7383bd7f7e0957fa42a075ccc1bdf33c8e2a45fd (plain)
1
2
3
4
5
6
7
8
9
{{#pages}}
describe('{{name}}', function(){
  beforeEach(function(){
    browser().navigateTo('index.html#{{name}}');
  });
  // {{raw.file}}:{{raw.line}}
{{{scenario}}}
});
{{/pages}}