Skip to content

Instantly share code, notes, and snippets.

@IAfanasov
Last active August 31, 2020 06:55
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 IAfanasov/1f2b28de33f22bc49ac9b6cc561e50bd to your computer and use it in GitHub Desktop.
Save IAfanasov/1f2b28de33f22bc49ac9b6cc561e50bd to your computer and use it in GitHub Desktop.
AAA.ts
it('should open modal when linkText clicked', async () => {
// ARRANGE
await fixture.whenRenderingDone();
// ACT
clickByTestAttr(fixture.debugElement, 'skillsPicker-linkText');
await fixture.whenStable();
// ASSERT
expect(modalService.open).toHaveBeenCalled();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment