Delete tests/nginx-proxy.nixc.us.test.ts
This commit is contained in:
parent
5ea048a78a
commit
72bdbc4f33
|
@ -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();
|
|
||||||
});
|
|
Loading…
Reference in New Issue