diff --git a/tests/nginx-proxy.nixc.us.test.ts b/tests/nginx-proxy.nixc.us.test.ts deleted file mode 100644 index 71f3194..0000000 --- a/tests/nginx-proxy.nixc.us.test.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { test, expect } from '@playwright/test'; - -test('test', async ({ page }) => { - await page.goto('https://nginx-proxy.nixc.us/secret-health-path'); - await page.getByText('Healthy').click(); -}); \ No newline at end of file