Skip to content

Commit cc77529

Browse files
authored
test: fix import errors in e2e tests (#814)
1 parent 8de62a8 commit cc77529

File tree

6 files changed

+2
-6
lines changed

6 files changed

+2
-6
lines changed

test/end-to-end/mfa.chooserscreen.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import {
3232
getFactorChooserOptions,
3333
setAccountLinkingConfig,
3434
isMFASupported,
35+
expectErrorThrown,
3536
} from "../helpers";
3637
import fetch from "isomorphic-fetch";
3738
import { CREATE_CODE_API, CREATE_TOTP_DEVICE_API, MFA_INFO_API } from "../constants";
@@ -53,7 +54,6 @@ import {
5354
setupUserWithAllFactors,
5455
goToFactorChooser,
5556
waitForAccessDenied,
56-
expectErrorThrown,
5757
waitForLoadingScreen,
5858
waitForBlockedScreen,
5959
} from "./mfa.helpers";

test/end-to-end/mfa.default_reqs.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ import {
5353
setupUserWithAllFactors,
5454
goToFactorChooser,
5555
waitForAccessDenied,
56-
expectErrorThrown,
5756
waitForLoadingScreen,
5857
waitForBlockedScreen,
5958
addToRequiredSecondaryFactorsForUser,

test/end-to-end/mfa.factorscreen.otp.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ import {
5454
setupUserWithAllFactors,
5555
goToFactorChooser,
5656
waitForAccessDenied,
57-
expectErrorThrown,
5857
waitForLoadingScreen,
5958
waitForBlockedScreen,
6059
} from "./mfa.helpers";

test/end-to-end/mfa.factorscreen.totp.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ import {
5454
setupUserWithAllFactors,
5555
goToFactorChooser,
5656
waitForAccessDenied,
57-
expectErrorThrown,
5857
waitForLoadingScreen,
5958
waitForBlockedScreen,
6059
} from "./mfa.helpers";

test/end-to-end/mfa.requirement_handling.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ import {
5353
setupUserWithAllFactors,
5454
goToFactorChooser,
5555
waitForAccessDenied,
56-
expectErrorThrown,
5756
waitForLoadingScreen,
5857
waitForBlockedScreen,
5958
} from "./mfa.helpers";

test/end-to-end/mfa.signin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import {
3131
waitFor,
3232
isMFASupported,
3333
setAccountLinkingConfig,
34+
expectErrorThrown,
3435
} from "../helpers";
3536
import fetch from "isomorphic-fetch";
3637
import { CREATE_CODE_API, CREATE_TOTP_DEVICE_API, MFA_INFO_API } from "../constants";
@@ -52,7 +53,6 @@ import {
5253
setupUserWithAllFactors,
5354
goToFactorChooser,
5455
waitForAccessDenied,
55-
expectErrorThrown,
5656
waitForLoadingScreen,
5757
waitForBlockedScreen,
5858
} from "./mfa.helpers";

0 commit comments

Comments
 (0)