Skip to content
Snippets Groups Projects
Commit 2ea7cb0b authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix tests

parent e5b07ca9
No related branches found
No related tags found
2 merge requests!1154feat: GRDF consent email,!1137feat(grdf)!: update error messages
...@@ -87,7 +87,7 @@ describe('KonnectorModal component', () => { ...@@ -87,7 +87,7 @@ describe('KonnectorModal component', () => {
</Provider> </Provider>
) )
expect( expect(
baseElement.getElementsByClassName('kce-picto-txt')[0] baseElement.getElementsByClassName('headerError')[0]
).toBeInTheDocument() ).toBeInTheDocument()
}) })
it('should render unknown error', async () => { it('should render unknown error', async () => {
......
...@@ -62,7 +62,7 @@ exports[`KonnectorModal component should be rendered correctly 1`] = ` ...@@ -62,7 +62,7 @@ exports[`KonnectorModal component should be rendered correctly 1`] = `
</div> </div>
</div> </div>
<div <div
class="kmodal-content-text kmodal-content-text-center text-16-normal" class="kmodal-content-text text-16-normal"
> >
<div <div
class="kc-wait text-16-bold" class="kc-wait text-16-bold"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment