Skip to content

Commit 22b69b1

Browse files
authored
Merge pull request #447 from Geode-solutions/fix/LoadApp
fix(LoadApp): Change Launch to Load
2 parents b89046c + 86b9f76 commit 22b69b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async function navigateToApp(mode, page) {
102102
await page.goto(`https://${prefix}vease.geode-solutions.com`);
103103

104104
console.log("Navigated to", page.url());
105-
const button = await page.getByRole("button", { name: "Launch the app" });
105+
const button = await page.getByRole("button", { name: "Load the app" });
106106
console.log({ button });
107107
await button.click();
108108
await page.waitForTimeout(WAIT_TIMES.cloud);

0 commit comments

Comments
 (0)