Skip to content

Commit 5b14eaa

Browse files
authored
Merge branch 'main' into migrate-solution-toolbar-button
2 parents 1514031 + 510903c commit 5b14eaa

File tree

1 file changed

+1
-1
lines changed
  • x-pack/test/observability_functional/apps/observability/alerts

1 file changed

+1
-1
lines changed

x-pack/test/observability_functional/apps/observability/alerts/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default ({ getService }: FtrProviderContext) => {
238238
*/
239239
describe.skip('Bulk Actions', () => {
240240
before(async () => {
241-
await security.testUser.setRoles(['global_alerts_logs_all_else_read'], true);
241+
await security.testUser.setRoles(['global_alerts_logs_all_else_read']);
242242
await observability.alerts.common.submitQuery('kibana.alert.status: "active"');
243243
});
244244
after(async () => {

0 commit comments

Comments
 (0)