|
@@ -986,8 +986,9 @@ async function autoRunLoop(totalRuns) {
|
|
|
await executeStepAndWait(4, 2000);
|
|
await executeStepAndWait(4, 2000);
|
|
|
await executeStepAndWait(5, 3000);
|
|
await executeStepAndWait(5, 3000);
|
|
|
await executeStepAndWait(6, 3000);
|
|
await executeStepAndWait(6, 3000);
|
|
|
|
|
+ await executeStepAndWait(7, 2000);
|
|
|
|
|
|
|
|
- // After login, check if page landed on add-phone again (not normal after step 5)
|
|
|
|
|
|
|
+ // After login+verification, check if page landed on add-phone (only expected after step 5, not here)
|
|
|
const phoneCheckTabId = await getTabId('signup-page');
|
|
const phoneCheckTabId = await getTabId('signup-page');
|
|
|
if (phoneCheckTabId) {
|
|
if (phoneCheckTabId) {
|
|
|
try {
|
|
try {
|
|
@@ -1000,7 +1001,6 @@ async function autoRunLoop(totalRuns) {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- await executeStepAndWait(7, 2000);
|
|
|
|
|
await executeStepAndWait(8, 2000);
|
|
await executeStepAndWait(8, 2000);
|
|
|
await executeStepAndWait(9, 1000);
|
|
await executeStepAndWait(9, 1000);
|
|
|
|
|
|