diff --git a/src/frontend/tests/end-to-end/actionsMainPage.spec.ts b/src/frontend/src/actionsMainPage.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/actionsMainPage.spec.ts rename to src/frontend/src/actionsMainPage.spec.ts diff --git a/src/frontend/tests/end-to-end/auto_login.spec.ts b/src/frontend/src/auto_login.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/auto_login.spec.ts rename to src/frontend/src/auto_login.spec.ts diff --git a/src/frontend/tests/end-to-end/chatInputOutput.spec.ts b/src/frontend/src/chatInputOutput.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/chatInputOutput.spec.ts rename to src/frontend/src/chatInputOutput.spec.ts diff --git a/src/frontend/tests/end-to-end/chatInputOutputUser.spec.ts b/src/frontend/src/chatInputOutputUser.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/chatInputOutputUser.spec.ts rename to src/frontend/src/chatInputOutputUser.spec.ts diff --git a/src/frontend/tests/end-to-end/codeAreaModalComponent.spec.ts b/src/frontend/src/codeAreaModalComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/codeAreaModalComponent.spec.ts rename to src/frontend/src/codeAreaModalComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/curl_api_generation.spec.ts b/src/frontend/src/curl_api_generation.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/curl_api_generation.spec.ts rename to src/frontend/src/curl_api_generation.spec.ts diff --git a/src/frontend/tests/end-to-end/deleteComponentFlows.spec.ts b/src/frontend/src/deleteComponentFlows.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/deleteComponentFlows.spec.ts rename to src/frontend/src/deleteComponentFlows.spec.ts diff --git a/src/frontend/tests/end-to-end/dragAndDrop.spec.ts b/src/frontend/src/dragAndDrop.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/dragAndDrop.spec.ts rename to src/frontend/src/dragAndDrop.spec.ts diff --git a/src/frontend/tests/end-to-end/dropdownComponent.spec.ts b/src/frontend/src/dropdownComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/dropdownComponent.spec.ts rename to src/frontend/src/dropdownComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/fileUploadComponent.spec.ts b/src/frontend/src/fileUploadComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/fileUploadComponent.spec.ts rename to src/frontend/src/fileUploadComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/filterEdge.spec.ts b/src/frontend/src/filterEdge.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/filterEdge.spec.ts rename to src/frontend/src/filterEdge.spec.ts diff --git a/src/frontend/tests/end-to-end/floatComponent.spec.ts b/src/frontend/src/floatComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/floatComponent.spec.ts rename to src/frontend/src/floatComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/flowPage.spec.ts b/src/frontend/src/flowPage.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/flowPage.spec.ts rename to src/frontend/src/flowPage.spec.ts diff --git a/src/frontend/tests/end-to-end/flowSettings.spec.ts b/src/frontend/src/flowSettings.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/flowSettings.spec.ts rename to src/frontend/src/flowSettings.spec.ts diff --git a/src/frontend/tests/end-to-end/folders.spec.ts b/src/frontend/src/folders.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/folders.spec.ts rename to src/frontend/src/folders.spec.ts diff --git a/src/frontend/tests/end-to-end/generalBugs.spec.ts b/src/frontend/src/generalBugs.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/generalBugs.spec.ts rename to src/frontend/src/generalBugs.spec.ts diff --git a/src/frontend/tests/end-to-end/globalVariables.spec.ts b/src/frontend/src/globalVariables.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/globalVariables.spec.ts rename to src/frontend/src/globalVariables.spec.ts diff --git a/src/frontend/tests/end-to-end/group.spec.ts b/src/frontend/src/group.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/group.spec.ts rename to src/frontend/src/group.spec.ts diff --git a/src/frontend/tests/end-to-end/inputComponent.spec.ts b/src/frontend/src/inputComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/inputComponent.spec.ts rename to src/frontend/src/inputComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/inputListComponent.spec.ts b/src/frontend/src/inputListComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/inputListComponent.spec.ts rename to src/frontend/src/inputListComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/intComponent.spec.ts b/src/frontend/src/intComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/intComponent.spec.ts rename to src/frontend/src/intComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/keyPairListComponent.spec.ts b/src/frontend/src/keyPairListComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/keyPairListComponent.spec.ts rename to src/frontend/src/keyPairListComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/langflowShortcuts.spec.ts b/src/frontend/src/langflowShortcuts.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/langflowShortcuts.spec.ts rename to src/frontend/src/langflowShortcuts.spec.ts diff --git a/src/frontend/tests/end-to-end/logs.spec.ts b/src/frontend/src/logs.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/logs.spec.ts rename to src/frontend/src/logs.spec.ts diff --git a/src/frontend/tests/end-to-end/nestedComponent.spec.ts b/src/frontend/src/nestedComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/nestedComponent.spec.ts rename to src/frontend/src/nestedComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/promptModalComponent.spec.ts b/src/frontend/src/promptModalComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/promptModalComponent.spec.ts rename to src/frontend/src/promptModalComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/python_api_generation.spec.ts b/src/frontend/src/python_api_generation.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/python_api_generation.spec.ts rename to src/frontend/src/python_api_generation.spec.ts diff --git a/src/frontend/tests/end-to-end/saveComponents.spec.ts b/src/frontend/src/saveComponents.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/saveComponents.spec.ts rename to src/frontend/src/saveComponents.spec.ts diff --git a/src/frontend/tests/end-to-end/store.spec.ts b/src/frontend/src/store.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/store.spec.ts rename to src/frontend/src/store.spec.ts diff --git a/src/frontend/tests/end-to-end/textAreaModalComponent.spec.ts b/src/frontend/src/textAreaModalComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/textAreaModalComponent.spec.ts rename to src/frontend/src/textAreaModalComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/textInputOutput.spec.ts b/src/frontend/src/textInputOutput.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/textInputOutput.spec.ts rename to src/frontend/src/textInputOutput.spec.ts diff --git a/src/frontend/tests/end-to-end/toggleComponent.spec.ts b/src/frontend/src/toggleComponent.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/toggleComponent.spec.ts rename to src/frontend/src/toggleComponent.spec.ts diff --git a/src/frontend/tests/end-to-end/tweaks_test.spec.ts b/src/frontend/src/tweaks_test.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/tweaks_test.spec.ts rename to src/frontend/src/tweaks_test.spec.ts diff --git a/src/frontend/tests/end-to-end/twoEdges.spec.ts b/src/frontend/src/twoEdges.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/twoEdges.spec.ts rename to src/frontend/src/twoEdges.spec.ts diff --git a/src/frontend/tests/end-to-end/userSettings.spec.ts b/src/frontend/src/userSettings.spec.ts similarity index 100% rename from src/frontend/tests/end-to-end/userSettings.spec.ts rename to src/frontend/src/userSettings.spec.ts