We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b89046c + 86b9f76 commit 22b69b1Copy full SHA for 22b69b1
1 file changed
tests/e2e/utils.js
@@ -102,7 +102,7 @@ async function navigateToApp(mode, page) {
102
await page.goto(`https://${prefix}vease.geode-solutions.com`);
103
104
console.log("Navigated to", page.url());
105
- const button = await page.getByRole("button", { name: "Launch the app" });
+ const button = await page.getByRole("button", { name: "Load the app" });
106
console.log({ button });
107
await button.click();
108
await page.waitForTimeout(WAIT_TIMES.cloud);
0 commit comments