diff --git a/frontend/src/components/ProxyHostForm.tsx b/frontend/src/components/ProxyHostForm.tsx index bbdf6d70..5cae0cd0 100644 --- a/frontend/src/components/ProxyHostForm.tsx +++ b/frontend/src/components/ProxyHostForm.tsx @@ -512,14 +512,18 @@ export default function ProxyHostForm({ host, onSubmit, onCancel }: ProxyHostFor } return ( - <> - !open && onCancel()}> - - - - {host ? 'Edit Proxy Host' : 'Add Proxy Host'} - - +
+
+
+

+ {host ? 'Edit Proxy Host' : 'Add Proxy Host'} +

+
{error && ( diff --git a/playwright.config.js b/playwright.config.js index 1c0230de..9ae76b33 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -198,7 +198,7 @@ export default defineConfig({ ...devices['Desktop Chrome'], storageState: STORAGE_STATE, }, - dependencies: ['setup', 'security-tests'], + dependencies: ['setup'], }, {