Compare commits
1 Commits
main
...
719b7928e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 719b7928e6 |
@@ -29,6 +29,12 @@ Given('I am on the login page', async function () {
|
||||
await world.page.waitForLoadState('domcontentloaded');
|
||||
});
|
||||
|
||||
Given('I am on the password reset page', async function () {
|
||||
console.log('🌍 Navigating to password reset page');
|
||||
await world.page.goto(`${world.baseURL}/auth/password-reset`);
|
||||
await world.page.waitForLoadState('domcontentloaded');
|
||||
});
|
||||
|
||||
Given('I am on the {string} page', async function (pageName: string) {
|
||||
const pageUrls: Record<string, string> = {
|
||||
'home': '/',
|
||||
|
||||
Reference in New Issue
Block a user