1
0
Fork 0

Delete tests/nginx-proxy.nixc.us.test.ts

This commit is contained in:
colin 2023-12-12 16:56:06 +00:00
parent 5ea048a78a
commit 72bdbc4f33
1 changed files with 0 additions and 6 deletions

View File

@ -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();
});