Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
slkendell-mt committed Feb 2, 2024
1 parent beaff07 commit 80a835c
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
import { CreateRegistrationPageURLs } from "../../../src/lib/urls";
import {
CreateRegistrationPageURLs,
GeneralPageURLs,
} from "../../../src/lib/urls";
import {
givenIHaveFilledInCheckBeaconDetailsPage,
iCanEditMyBeaconDetails,
} from "../../common/i-can-enter-beacon-information.spec";
import {
andIHaveVisited,
givenIHaveACookieSetAndIVisit,
givenIHaveClicked,
givenIHaveSignedIn,
iCanSeeAPageHeadingThatContains,
} from "../../common/selectors-and-assertions.spec";
Expand Down

0 comments on commit 80a835c

Please sign in to comment.