Skip to content

Commit d24a027

Browse files
committed
Merge branch 'next' of https://github.com/Geode-solutions/PEGGHy into feat/model-component-type-color
2 parents 3ce4701 + 612afd8 commit d24a027

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup>
22
import { Status } from "@ogw_front/utils/status";
3-
import { importWorkflow } from "@ogw_front/utils/file_import_workflow";
3+
import { importWorkflow } from "@ogw_front/utils/import_workflow";
44
import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json";
55
66
import HybridRenderingView from "@ogw_front/components/HybridRenderingView";

tests/e2e/cloud/cloud.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test.beforeEach(async ({ page }) => {
1818

1919
await page.goto(`https://${prefix}pegghy.geode-solutions.com`);
2020
console.log("Navigated to", page.url());
21-
const button = await page.getByRole("button", { name: "Launch the app" });
21+
const button = await page.getByRole("button", { name: "Load the app" });
2222
console.log({ button });
2323
await button.click();
2424
await page.waitForTimeout(WAIT_TIME);

0 commit comments

Comments
 (0)