Skip to content

Commit

Permalink
start second test from first page
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Dec 4, 2024
1 parent a42a896 commit d109473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/js/integration/specs/pwa/InstallationSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ describe("Application installation Spec", function () {

it("submit record offline, choose a site on map and publish it when network returns", async function () {
console.log(url);
await pwaAppPage.open();
await browser.pause(5000);
let getStarted = await pwaAppPage.getStarted;
if (getStarted && (await getStarted.isDisplayed())) {
await pwaAppPage.start();
Expand Down

0 comments on commit d109473

Please sign in to comment.