diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d88c0b87..cad4f805 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,7 @@
-
-
-
+
@@ -164,7 +162,7 @@
-
+
@@ -206,7 +204,23 @@
1710415849498
-
+
+
+ 1710418786095
+
+
+
+ 1710418786095
+
+
+
+ 1710418819331
+
+
+
+ 1710418819331
+
+
@@ -230,6 +244,8 @@
-
+
+
+
\ No newline at end of file
diff --git a/webapp/src/components/Login.test.js b/webapp/src/components/Login.test.js
index b6b8ede6..d8be70cb 100644
--- a/webapp/src/components/Login.test.js
+++ b/webapp/src/components/Login.test.js
@@ -15,7 +15,7 @@ describe('Login component', () => {
it('should log in successfully', async () => {
const sendLogin=jest.fn();
const sendUsername=jest.fn();
- render();
+ render();
const usernameInput = screen.getByLabelText(/Username/i);
const passwordInput = screen.getByLabelText(/Password/i);
@@ -41,7 +41,7 @@ describe('Login component', () => {
it('should handle error when logging in', async () => {
const sendLogin=jest.fn();
const sendUsername=jest.fn();
- render();
+ render();
const usernameInput = screen.getByLabelText(/Username/i);
const passwordInput = screen.getByLabelText(/Password/i);