Skip to content

Commit

Permalink
[Data Usage] enable functional privileges testing in MKI (#202061)
Browse files Browse the repository at this point in the history
## Summary

enable functional privileges testing in MKI
  • Loading branch information
neptunian authored Nov 27, 2024
1 parent 8bb1844 commit cf2a318
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,10 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
};

describe('privileges', function () {
// plugin needs to be enabled in serverless
this.tags(['skipMKI']);

it('renders for the admin role', async () => {
await pageObjects.svlCommonPage.loginAsAdmin();
await navigateAndVerify(true);
});

it('does not render for viewer', async () => {
await pageObjects.svlCommonPage.loginAsViewer();
await navigateAndVerify(false);
Expand Down

0 comments on commit cf2a318

Please sign in to comment.