Improve the UI and tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
import { acceptCookieConsent } from '../helpers/utils';
|
||||
|
||||
test.describe('Onboarding Wizard Navigation', () => {
|
||||
// Use authenticated state
|
||||
@@ -7,6 +8,8 @@ test.describe('Onboarding Wizard Navigation', () => {
|
||||
test.beforeEach(async ({ page }) => {
|
||||
// Navigate to onboarding
|
||||
await page.goto('/app/onboarding');
|
||||
// Accept cookie consent if present
|
||||
await acceptCookieConsent(page);
|
||||
});
|
||||
|
||||
test('should display first step of onboarding wizard', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user