Skip to content

Commit

Permalink
test: fix import errors in e2e tests (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored Apr 16, 2024
1 parent 8de62a8 commit cc77529
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/end-to-end/mfa.chooserscreen.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {
getFactorChooserOptions,
setAccountLinkingConfig,
isMFASupported,
expectErrorThrown,
} from "../helpers";
import fetch from "isomorphic-fetch";
import { CREATE_CODE_API, CREATE_TOTP_DEVICE_API, MFA_INFO_API } from "../constants";
Expand All @@ -53,7 +54,6 @@ import {
setupUserWithAllFactors,
goToFactorChooser,
waitForAccessDenied,
expectErrorThrown,
waitForLoadingScreen,
waitForBlockedScreen,
} from "./mfa.helpers";
Expand Down
1 change: 0 additions & 1 deletion test/end-to-end/mfa.default_reqs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ import {
setupUserWithAllFactors,
goToFactorChooser,
waitForAccessDenied,
expectErrorThrown,
waitForLoadingScreen,
waitForBlockedScreen,
addToRequiredSecondaryFactorsForUser,
Expand Down
1 change: 0 additions & 1 deletion test/end-to-end/mfa.factorscreen.otp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ import {
setupUserWithAllFactors,
goToFactorChooser,
waitForAccessDenied,
expectErrorThrown,
waitForLoadingScreen,
waitForBlockedScreen,
} from "./mfa.helpers";
Expand Down
1 change: 0 additions & 1 deletion test/end-to-end/mfa.factorscreen.totp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ import {
setupUserWithAllFactors,
goToFactorChooser,
waitForAccessDenied,
expectErrorThrown,
waitForLoadingScreen,
waitForBlockedScreen,
} from "./mfa.helpers";
Expand Down
1 change: 0 additions & 1 deletion test/end-to-end/mfa.requirement_handling.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ import {
setupUserWithAllFactors,
goToFactorChooser,
waitForAccessDenied,
expectErrorThrown,
waitForLoadingScreen,
waitForBlockedScreen,
} from "./mfa.helpers";
Expand Down
2 changes: 1 addition & 1 deletion test/end-to-end/mfa.signin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import {
waitFor,
isMFASupported,
setAccountLinkingConfig,
expectErrorThrown,
} from "../helpers";
import fetch from "isomorphic-fetch";
import { CREATE_CODE_API, CREATE_TOTP_DEVICE_API, MFA_INFO_API } from "../constants";
Expand All @@ -52,7 +53,6 @@ import {
setupUserWithAllFactors,
goToFactorChooser,
waitForAccessDenied,
expectErrorThrown,
waitForLoadingScreen,
waitForBlockedScreen,
} from "./mfa.helpers";
Expand Down

0 comments on commit cc77529

Please sign in to comment.