Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Created March 12, 2019 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FunnyGhost/79621e76241d76b3352e919c8eb6e596 to your computer and use it in GitHub Desktop.
Save FunnyGhost/79621e76241d76b3352e919c8eb6e596 to your computer and use it in GitHub Desktop.
it('show all the favorite movies', () => {
const movieElements = fixture.debugElement.queryAll(By.css('.movie'));
expect(movieElements.length).toBe(favoriteMoviesToUse.length);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment