Skip to content

Commit

Permalink
Update tests/shared/pages/InboxPage.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Enes <[email protected]>
  • Loading branch information
devceline and enesozturk authored Feb 29, 2024
1 parent d3582d5 commit df8a848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shared/pages/InboxPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class InboxPage {
}

async load() {
await this.page.goto(`${this.baseURL}`)
await this.page.goto(this.baseURL)
}

async gotoDiscoverPage() {
Expand Down

0 comments on commit df8a848

Please sign in to comment.