Skip to content

Commit

Permalink
Merge pull request #724 from ibragins/fix_analysis_wizard_ds
Browse files Browse the repository at this point in the history
[RFR] Fixed analysis wizard for D/S (run instead of next button)
  • Loading branch information
ibragins authored Sep 27, 2023
2 parents e474d2c + c01a2ef commit c054bd8
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 c054bd8

Please sign in to comment.