|
@@ -77,6 +77,7 @@ export async function login(email, password) {
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
|
await page.waitForURL("https://www.pcoptimum.ca/dashboard");
|
|
await page.waitForURL("https://www.pcoptimum.ca/dashboard");
|
|
|
|
|
+ await page.waitForTimeout(5000);
|
|
|
} catch (error) {
|
|
} catch (error) {
|
|
|
console.error(error.stack);
|
|
console.error(error.stack);
|
|
|
}
|
|
}
|