mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 18:32:20 +00:00
submit username and password
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('get started link', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080/');
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
test('login is accessible', async ({ page }) => {
|
||||
await page.goto('http://localhost:3000/');
|
||||
await page.getByRole('heading', { name: 'Welcome back!' }).isVisible();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user