Skip to content

Instantly share code, notes, and snippets.

@DrMabuse23
Created August 3, 2014 09:57
Show Gist options
  • Save DrMabuse23/f0b789341aa5c9fb1316 to your computer and use it in GitHub Desktop.
Save DrMabuse23/f0b789341aa5c9fb1316 to your computer and use it in GitHub Desktop.
describe('starrag main start', function() {
it('should have clicked a application', function() {
browser.get('http://localhost/p4-starrag/app-starrag/app/#/main');
scope.$on('db-server-replicate-done',function(){
element(by.css('.grid-item')).click();
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment