Skip to content

Instantly share code, notes, and snippets.

@paramsinghvc
Last active September 13, 2017 17:29
Show Gist options
  • Select an option

  • Save paramsinghvc/96c4aaaec6e257b12c4f9f458ad530d8 to your computer and use it in GitHub Desktop.

Select an option

Save paramsinghvc/96c4aaaec6e257b12c4f9f458ad530d8 to your computer and use it in GitHub Desktop.
it('should load the global feed articles', () => {
browser.wait(homePage.getGlobalArticlesLoader().getAttribute('hidden'), 8000);
expect(homePage.getGlobalArticlesPreviews().count()).toBeGreaterThan(0);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment