Skip to content

Commit

Permalink
fix: env issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Apr 1, 2024
1 parent 2f4e5c5 commit 1988ca2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/pw/tests/api/_env.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,13 @@ setup.describe('setup dokan settings', () => {
});
});

setup.describe('setup dokan settings e2e', () => {
setup.describe.skip('setup dokan settings e2e', () => {
let productAdvertisingPage: ProductAdvertisingPage;
let reverseWithdrawsPage: ReverseWithdrawsPage;
let aPage: Page;
let apiUtils: ApiUtils;

setup.beforeAll(async ({ browser, page }) => {
const loginPage = new LoginPage(page);
await loginPage.adminLogin(data.admin, data.auth.adminAuthFile);

setup.beforeAll(async ({ browser }) => {
const adminContext = await browser.newContext(data.auth.adminAuth);
aPage = await adminContext.newPage();
productAdvertisingPage = new ProductAdvertisingPage(aPage);
Expand Down

0 comments on commit 1988ca2

Please sign in to comment.