Skip to content

Commit

Permalink
finessing permissions on kibana_sample_data_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Apr 14, 2021
1 parent 581de1b commit d2d98b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/maps/sample_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function ({ getPageObjects, getService, updateBaselines }) {
[UI_SETTINGS.TIMEPICKER_QUICK_RANGES]: SAMPLE_DATA_RANGE,
});
//running the rest of the tests with limited roles
await security.testUser.setRoles(['global_maps_all', 'kibana_sample_admin'], false);
await security.testUser.setRoles(['global_maps_all', 'kibana_sample_read'], false);
});

after(async () => {
Expand Down

0 comments on commit d2d98b9

Please sign in to comment.