Skip to content

Commit 7f100dc

Browse files
Fix comment: update from 1000ms (not 2000ms) for accuracy
Co-authored-by: bg-playground <259109604+bg-playground@users.noreply.github.com>
1 parent 3056598 commit 7f100dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

automated-testing/pages/DashboardPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class DashboardPage {
7979
throw new Error(`Could not navigate to PIM menu after 3 attempts. Last error: ${e.message}`);
8080
}
8181
await this.ensureMenuVisible();
82-
await this.page.waitForTimeout(3000); // Increased from 2000ms for better mobile stability
82+
await this.page.waitForTimeout(3000); // Increased from 1000ms for better mobile stability
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)