File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script setup>
22import { 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 " ;
44import viewer_schemas from " @geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" ;
55
66import HybridRenderingView from " @ogw_front/components/HybridRenderingView" ;
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments