Skip to content

Commit

Permalink
Fixed analysis wizard for D/S (run instead of next button)
Browse files Browse the repository at this point in the history
;

Signed-off-by: Igor Braginsky <[email protected]>
  • Loading branch information
ibragins committed Sep 27, 2023
1 parent e474d2c commit c01a2ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export class Analysis extends Application {
if (!this.sources) {
next();
}
next();
clickByText(button, "Run");
}

public static analyzeAll(params: Analysis): void {
Expand Down

0 comments on commit c01a2ef

Please sign in to comment.