Skip to content

Instantly share code, notes, and snippets.

@jsdevel
Created April 20, 2015 06:24
Show Gist options
  • Save jsdevel/6adf2b7a25c8408291bf to your computer and use it in GitHub Desktop.
Save jsdevel/6adf2b7a25c8408291bf to your computer and use it in GitHub Desktop.
describe('the home page', function() {
it('should allow users to search', function() {
pageFactory.getHomePage()
.get()
.doSomethingOnTheHomePage()
.clickSearchWidgetSubmitButton()
.doSomethingElseOnTheHomePage()
;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment