From 45e755534e706744585a4cfcfcb29dd63affb1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Beltra=CC=81n?= Date: Sun, 19 May 2024 11:48:32 +0200 Subject: [PATCH] repair test --- tests/unit/SignIn.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/SignIn.spec.js b/tests/unit/SignIn.spec.js index d5142e605..b27526271 100644 --- a/tests/unit/SignIn.spec.js +++ b/tests/unit/SignIn.spec.js @@ -10,7 +10,7 @@ describe('SignIn', () => { it('should display email input', async () => { render(SignInView) - expect(screen.getByLabelText(/E-mailxxxxx/i, { selector: 'input' })).toBeInTheDocument() + expect(screen.getByLabelText(/E-mail/i, { selector: 'input' })).toBeInTheDocument() }) it('should display password input', async () => { render(SignInView)