Skip to content

Instantly share code, notes, and snippets.

@washingtonsoares
Created February 15, 2016 13:54
Show Gist options
  • Save washingtonsoares/2539c3dd0cdf16b59d87 to your computer and use it in GitHub Desktop.
Save washingtonsoares/2539c3dd0cdf16b59d87 to your computer and use it in GitHub Desktop.
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