From 6b1ecae1837aff8a966351c05247a138482c3c8c Mon Sep 17 00:00:00 2001 From: alegarman2002 Date: Wed, 13 Mar 2024 15:53:57 +0100 Subject: [PATCH] Fixed Login test, tryung to fix app test --- webapp/src/App.test.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/webapp/src/App.test.js b/webapp/src/App.test.js index c6c4561e..b4ffdf62 100644 --- a/webapp/src/App.test.js +++ b/webapp/src/App.test.js @@ -6,11 +6,7 @@ import { Router } from 'react-router-dom'; test('renders learn react link', () => { render( - - - - - + ); const linkElement = screen.getByText(/Welcome to wiq_0/i); expect(linkElement).toBeInTheDocument();