Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Oct 30, 2024
1 parent e1ae742 commit 02aa42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AddPersonPage from "../generated_pages/placeholder_first_non_empty_item_r
import ListCollectorPage from "../generated_pages/placeholder_first_non_empty_item_repeating_sections/list-collector.page";
import PersonalDetailsBlockPage from "../generated_pages/placeholder_first_non_empty_item_repeating_sections/personal-details-block.page";
import HubPage from "../base_pages/hub.page.js";
import {click, verifyUrlContains} from "../helpers";
import { click, verifyUrlContains } from "../helpers";

describe("First Non Empty Item Transform", () => {
before("Launch survey", async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/spec/preview.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import IntroductionPageHub from "../generated_pages/introduction_hub/introduction.page";
import IntroductionPageLinear from "../generated_pages/introduction/introduction.page";
import {verifyUrlContains} from "../helpers";
import { verifyUrlContains } from "../helpers";

describe("Introduction preview questions", () => {
const introductionSchemaHub = "test_introduction_hub.json";
Expand Down

0 comments on commit 02aa42e

Please sign in to comment.