mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
remove old default value from testUser.setRoles() call
This commit is contained in:
parent
93a95fd023
commit
510903c97c
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
*/
|
||||
describe.skip('Bulk Actions', () => {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['global_alerts_logs_all_else_read'], true);
|
||||
await security.testUser.setRoles(['global_alerts_logs_all_else_read']);
|
||||
await observability.alerts.common.submitQuery('kibana.alert.status: "active"');
|
||||
});
|
||||
after(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue