Created
February 15, 2016 13:54
-
-
Save washingtonsoares/2539c3dd0cdf16b59d87 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
expect(element.all(by.repeater('course in courses')).count()).toBeGreaterThan(0); | |
element.all(by.repeater('course in courses')).get(0).click(); | |
expect(element.all(by.repeater('videoItem in videos')).count()).toBeGreaterThan(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment