Skip to content

Commit

Permalink
adapt bulk analysis test
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Brugarolas <[email protected]>
  • Loading branch information
abrugaro committed Oct 16, 2023
1 parent bbf9afa commit db9335e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export class Analysis extends Application {

public static analyzeAll(params: Analysis): void {
Analysis.open();
selectCheckBox("#bulk-selected-items-checkbox");
selectCheckBox("[name='bulk-selected-items-checkbox']");
params.startAnalysis();
}

Expand Down

0 comments on commit db9335e

Please sign in to comment.