mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:42:24 +00:00
timeout
This commit is contained in:
7
acceptance/tests/welcome.ts
Normal file
7
acceptance/tests/welcome.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('get started link', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080/');
|
||||
|
||||
await page.getByRole('heading', { name: 'Welcome back!' }).isVisible();
|
||||
});
|
||||
Reference in New Issue
Block a user