diff --git a/e2e/tests/e2e_happy_path/HappyPath.spec.ts b/e2e/tests/e2e_happy_path/HappyPath.spec.ts index 208283f84c7..8915d990c11 100644 --- a/e2e/tests/e2e_happy_path/HappyPath.spec.ts +++ b/e2e/tests/e2e_happy_path/HappyPath.spec.ts @@ -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() {