5 lines
117 B
Markdown
5 lines
117 B
Markdown
|
```
|
||
|
it('should display Alice with JavaScript', function() {
|
||
|
browser.get('gettingstarted/js/index.html');
|
||
|
});
|
||
|
```
|