Skip to content

Commit

Permalink
Fix Happy Path: Don't click "Continue without scanning output"
Browse files Browse the repository at this point in the history
This change is needed to reflec change done in eclipse-che/che-theia#889

Signed-off-by: Radim Hopp <rhopp@redhat.com>
  • Loading branch information
rhopp committed Oct 22, 2020
1 parent 9e51c5e commit d26f3d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/pageobjects/ide/TopMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class TopMenu {
}

await this.quickOpenContainer.clickOnContainerItem(task);
await this.quickOpenContainer.clickOnContainerItem('Continue without scanning the task output');
}

private getTopMenuButtonLocator(buttonText: string): By {
Expand Down

0 comments on commit d26f3d9

Please sign in to comment.