mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
fixing workfile
This commit is contained in:
parent
cf795c1633
commit
173d2c7cde
@ -75,13 +75,13 @@ test('sign in button ', async ({ page }) => {
|
||||
await expect(page).toHaveURL(/.*accounts/);
|
||||
})
|
||||
|
||||
// test('sign up button', async ({ page }) => {
|
||||
// const signUpButton = await page.$("[data-testid='Sign-up']");
|
||||
// if (signUpButton) {
|
||||
// await signUpButton.click();
|
||||
// await expect(page).toHaveURL(/.*accounts\/register/);
|
||||
// }
|
||||
// });
|
||||
test('sign up button', async ({ page }) => {
|
||||
const signUpButton = await page.$("[data-testid='Sign-up']");
|
||||
if (signUpButton) {
|
||||
await signUpButton.click();
|
||||
await expect(page).toHaveURL(/.*accounts\/register/);
|
||||
}
|
||||
});
|
||||
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user