Skip to content

Commit

Permalink
Removed unused page variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavgoel29 committed Nov 15, 2024
1 parent 1ef2d20 commit 1935426
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/users_roles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ const ROLE_NAME = 'playwright-test-role';

test.describe('users_roles section', () => {
let context: BrowserContext;
let page: Page;

test.beforeEach(async ({ browser }) => {
context = await browser.newContext();
page = await context.newPage();
await context.newPage();
});

test.afterEach(async () => {
Expand Down

0 comments on commit 1935426

Please sign in to comment.