Skip to content

Commit f5d2658

Browse files
committed
fix: correct URL path for dRep directory
1 parent 5334b8a commit f5d2658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/govtool-frontend/playwright/lib/pages/dRepDirectoryPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class DRepDirectoryPage {
4444

4545
async goto() {
4646
await this.page.goto(
47-
`${environments.frontendUrl}/connected/dRep_directory`
47+
`${environments.frontendUrl}/connected/drep_directory`
4848
);
4949
}
5050

0 commit comments

Comments
 (0)