Skip to content
Snippets Groups Projects
Commit 5962889b authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Typos

parent 683a3ab9
No related branches found
No related tags found
2 merge requests!1154feat: GRDF consent email,!1137feat(grdf)!: update error messages
@import 'src/styles/base/color'; @import 'src/styles/base/color';
.grdfWait { .grdfWait {
margin: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.5rem; gap: 0.5rem;
...@@ -10,7 +9,7 @@ ...@@ -10,7 +9,7 @@
padding-inline: 1rem; padding-inline: 1rem;
.green { .green {
color: var(--gasColor); color: $gas-color;
} }
.emailContainer { .emailContainer {
......
...@@ -70,7 +70,7 @@ describe('utils test', () => { ...@@ -70,7 +70,7 @@ describe('utils test', () => {
const result = getKonnectorUpdateError('LOGIN_FAILED') const result = getKonnectorUpdateError('LOGIN_FAILED')
expect(result).toBe(KonnectorUpdate.LOGIN_FAILED) expect(result).toBe(KonnectorUpdate.LOGIN_FAILED)
}) })
it('should return KonnectorUpdate.ERROR_CONSENT_FORM_GAS for CHALLENGE_ASKED', () => { it('should return KonnectorUpdate.ERROR_UPDATE for CHALLENGE_ASKED', () => {
const result = getKonnectorUpdateError('CHALLENGE_ASKED') const result = getKonnectorUpdateError('CHALLENGE_ASKED')
expect(result).toBe(KonnectorUpdate.ERROR_UPDATE) expect(result).toBe(KonnectorUpdate.ERROR_UPDATE)
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment