Skip to content

Commit

Permalink
fix answerFindProp
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 18, 2024
1 parent 1d0f807 commit 717eeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/src/invite-to-pay/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { TEST_EMAIL, addSessionToContext, log } from "../helpers/globalHelpers";
import {
answerChecklist,
answerContactInput,
answerFindProperty,
fillInEmail,
} from "../helpers/userActions";
import { TestContext } from "../helpers/types";
import { answerFindProperty } from "../helpers/geoSpatialUserActions";

/**
* Navigates to pay component whilst completing the minimum requirements for an Invite to Pay flow
Expand Down

0 comments on commit 717eeaf

Please sign in to comment.