From c01a2efa51cf1882b9dc57b770c0d404e74c9636 Mon Sep 17 00:00:00 2001 From: Igor Braginsky Date: Wed, 27 Sep 2023 17:52:53 +0300 Subject: [PATCH] Fixed analysis wizard for D/S (run instead of next button) ; Signed-off-by: Igor Braginsky --- cypress/e2e/models/migration/applicationinventory/analysis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/models/migration/applicationinventory/analysis.ts b/cypress/e2e/models/migration/applicationinventory/analysis.ts index c3be827c4..9bd4b337f 100644 --- a/cypress/e2e/models/migration/applicationinventory/analysis.ts +++ b/cypress/e2e/models/migration/applicationinventory/analysis.ts @@ -302,7 +302,7 @@ export class Analysis extends Application { if (!this.sources) { next(); } - next(); + clickByText(button, "Run"); } public static analyzeAll(params: Analysis): void {