Last active
September 13, 2017 17:29
-
-
Save paramsinghvc/96c4aaaec6e257b12c4f9f458ad530d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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