Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FRONT] Mettre le nez dans les différents Combobox #1216

Open
Mintoo200 opened this issue Apr 25, 2023 · 0 comments
Open

[FRONT] Mettre le nez dans les différents Combobox #1216

Mintoo200 opened this issue Apr 25, 2023 · 0 comments

Comments

@Mintoo200
Copy link
Contributor

Contexte

On peut trouver des choses comme ça :

			await waitFor(() => expect(localisationServiceMock.rechercherLocalisation).toHaveBeenCalledWith('Paris'));
			résultatsLocalisation = await screen.findByTestId('RésultatsLocalisation');
			await waitFor(() => expect(résultatsLocalisation).toBeVisible());

Ou encore :

					<input
						id={inputId.current}
						aria-activedescendant={inputId.current}
                                                  [...] />

Solutions Envisagées

Jeter un coup d'œil et refactor autant que possible les composants ainsi que leurs tests

Conséquences

😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant