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