Skip to content

Commit

Permalink
protractor - added await for Project Dashboard, Launcher card to not …
Browse files Browse the repository at this point in the history
…exist
  • Loading branch information
dtaylor113 committed Sep 1, 2020
1 parent 21e2880 commit 1a74092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ describe('Project Dashboard', () => {
});

it('is displayed when CR exists', async () => {
await browser.wait(until.not(until.presenceOf(projectDashboardView.launcherCard)));
expect(projectDashboardView.launcherCard.isPresent()).toBe(false);
createResource(launcherLink);
addLeakableResource(leakedResources, launcherLink);
Expand Down

0 comments on commit 1a74092

Please sign in to comment.