Skip to content

Commit

Permalink
Merge pull request #35 from shopware/refactor-page-object-usage
Browse files Browse the repository at this point in the history
fix: Home page object url
  • Loading branch information
Phil23 authored Jun 12, 2024
2 parents ce31238 + 8330e78 commit 98ff66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page-objects/storefront/Home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export class Home implements PageObject {
}

url() {
return '/';
return './';
}
}

0 comments on commit 98ff66d

Please sign in to comment.