diff --git a/package-lock.json b/package-lock.json
index b89eeef4..64be6424 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12678,6 +12678,13 @@
"integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
"dev": true
},
+ "fast-xml-parser": {
+ "version": "3.19.0",
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz",
+ "integrity": "sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==",
+ "dev": true,
+ "optional": true
+ },
"fastest-levenshtein": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz",
diff --git a/src/login/tests/LoginPage.test.jsx b/src/login/tests/LoginPage.test.jsx
index 7b51b5d5..bc51162e 100644
--- a/src/login/tests/LoginPage.test.jsx
+++ b/src/login/tests/LoginPage.test.jsx
@@ -367,6 +367,7 @@ describe('LoginPage', () => {
});
it('should render tpa button for tpa_hint id matching one of the secondary providers', () => {
+ secondaryProviders.skipHintedLogin = true;
store = mockStore({
...initialState,
commonComponents: {
diff --git a/src/register/tests/RegistrationPage.test.jsx b/src/register/tests/RegistrationPage.test.jsx
index a1ee43e2..efa12674 100644
--- a/src/register/tests/RegistrationPage.test.jsx
+++ b/src/register/tests/RegistrationPage.test.jsx
@@ -584,6 +584,7 @@ describe('RegistrationPage', () => {
});
it('should render tpa button for tpa_hint id matching one of the secondary providers', () => {
+ secondaryProviders.skipHintedLogin = true;
store = mockStore({
...initialState,
commonComponents: {
@@ -597,7 +598,7 @@ describe('RegistrationPage', () => {
});
delete window.location;
- window.location = { href: getConfig().BASE_URL.concat('/login'), search: `?next=/dashboard&tpa_hint=${secondaryProviders.id}` };
+ window.location = { href: getConfig().BASE_URL.concat('/register'), search: `?next=/dashboard&tpa_hint=${secondaryProviders.id}` };
secondaryProviders.iconImage = null;
mount(reduxWrapper(