Skip to content

Commit

Permalink
chore: update PageFactory file
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirAzhar committed Sep 25, 2024
1 parent 38ab43c commit 0061e5a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/com/playwright/practice/utils/PageFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,4 @@ public static LoginPage getLoginPage(Page page) {
public static DashboardPage getDashboardPage(Page page) {
return getPage(DashboardPage.class, page);
}

// to implement in future versions
// public static HomePage getHomePage(Page page) {
// return getPage(HomePage.class, page);
// }

}

0 comments on commit 0061e5a

Please sign in to comment.