Skip to content

Commit

Permalink
test(es3): update getting started to use dev role instead of admin
Browse files Browse the repository at this point in the history
  • Loading branch information
TattdCodeMonkey committed Oct 22, 2024
1 parent 39f4a63 commit 25616df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('getting started', function () {
before(async () => {
await pageObjects.svlCommonPage.loginAsAdmin();
await pageObjects.svlCommonPage.loginWithRole('developer');
});

it('has serverless side nav', async () => {
Expand Down

0 comments on commit 25616df

Please sign in to comment.