We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5f5cd commit a9e6dfcCopy full SHA for a9e6dfc
react-example/e2e/page-objects/BasePage.ts
@@ -16,7 +16,7 @@ export class BasePage {
16
}
17
18
async goto() {
19
- await this.page.goto('http://localhost:8080/');
+ await this.page.goto('/');
20
21
22
async waitForPageLoad() {
0 commit comments