Skip to content

Commit

Permalink
skip a setup test
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Mar 7, 2024
1 parent ffbc5f2 commit ead1ab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/pw/tests/e2e/_env.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ setup.describe('setup dokan settings e2e', () => {
});

setup('admin can refreseh license @pro @a', async () => {
setup.skip(!DOKAN_PRO, 'skip on lite');
await licensePage.refresehLicense();
});

Expand Down
1 change: 0 additions & 1 deletion tests/pw/tests/e2e/menuManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { data } from '@utils/testData';
import { dbData } from '@utils/dbData';

test.describe('Menu Manager test', () => {
test.skip(true, 'feature not merged yet');
let admin: MenuManagerPage;
let aPage: Page;

Expand Down

0 comments on commit ead1ab0

Please sign in to comment.