We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1514031 + 510903c commit 5b14eaaCopy full SHA for 5b14eaa
x-pack/test/observability_functional/apps/observability/alerts/index.ts
@@ -238,7 +238,7 @@ export default ({ getService }: FtrProviderContext) => {
238
*/
239
describe.skip('Bulk Actions', () => {
240
before(async () => {
241
- await security.testUser.setRoles(['global_alerts_logs_all_else_read'], true);
+ await security.testUser.setRoles(['global_alerts_logs_all_else_read']);
242
await observability.alerts.common.submitQuery('kibana.alert.status: "active"');
243
});
244
after(async () => {
0 commit comments