Skip to content

Commit

Permalink
update page
Browse files Browse the repository at this point in the history
  • Loading branch information
davikstone2 committed Jan 17, 2024
1 parent e4d38b7 commit 21d39ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mods/module_page.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {type Page, type Locator} from '@playwright/test'
import { type Page, type Locator } from '@playwright/test'

export default class ModulePage {
readonly page: Page;
Expand All @@ -11,7 +11,7 @@ export default class ModulePage {

async goto() {
await this.page.goto(this.url);
// TODO : check if this timeout can be removed and start testing when the page is loaded
// TODO : check if this timeout can be removed and start testing when the page is loade
await this.page.waitForTimeout(1000);

// await this.page.waitForLoadState();
Expand Down

0 comments on commit 21d39ca

Please sign in to comment.