Skip to content

Commit

Permalink
Add fix for the changes in managing of output (#14493)
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim authored Sep 9, 2019
1 parent f8db913 commit 39e5228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/e2e_happy_path/HappyPath.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ async function runTask(task: string) {
}

await quickOpenContainer.clickOnContainerItem(task);
await quickOpenContainer.clickOnContainerItem('Continue without scanning the task output');
}
// sometimes under high loading the first click can be failed
async function isureClickOnDebugMenu() {
Expand Down

0 comments on commit 39e5228

Please sign in to comment.