```
	it('should display Alice with JavaScript', function() {
 		browser.get('gettingstarted/js/index.html');
	});
```