Skip to content

Commit

Permalink
Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Jun 15, 2023
1 parent b832f71 commit 8e7881a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -53,7 +53,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

await refreshAlertsList();
await testSubjects.click(`checkboxSelectRow-${rule1.id}`);
await testSubjects.click('selectAllRulesButton');
await testSubjects.click(`checkboxSelectRow-${rule2.id}`);
await testSubjects.click('showBulkActionButton');
await testSubjects.click('bulkSnooze');
Expand Down

0 comments on commit 8e7881a

Please sign in to comment.