Skip to content

Commit a9e6dfc

Browse files
committed
refactor basepage
1 parent 6f5f5cd commit a9e6dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-example/e2e/page-objects/BasePage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class BasePage {
1616
}
1717

1818
async goto() {
19-
await this.page.goto('http://localhost:8080/');
19+
await this.page.goto('/');
2020
}
2121

2222
async waitForPageLoad() {

0 commit comments

Comments
 (0)