7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
describe("{$ doc.description $}", function() {
|
|
beforeEach(function() {
|
|
browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}");
|
|
});
|
|
|
|
{$ doc.innerTest $}
|
|
}); |