Update test for backend URL step
This commit is contained in:
@@ -33,11 +33,9 @@ test.describe('Setup Wizard', () => {
|
||||
await page.fill('input[name="full_name"]', 'Test Admin');
|
||||
await page.click('button:has-text("Next")');
|
||||
|
||||
// Wait for step 3: Project
|
||||
await page.waitForSelector('h2:has-text("Default project")', { timeout: 10000 });
|
||||
await page.fill('input[name="backend_url"]', 'http://backend:8000');
|
||||
await page.fill('input[name="name"]', 'Test Project');
|
||||
await page.fill('input[name="description"]', 'Test Project Description');
|
||||
// Wait for step 3: Backend URL (no project step)
|
||||
await page.waitForSelector('h2:has-text("Backend URL")', { timeout: 10000 });
|
||||
await page.fill('input[name="backend_base_url"]', 'http://backend:8000');
|
||||
await page.click('button:has-text("Finish setup")');
|
||||
|
||||
// Wait for step 4: Complete
|
||||
|
||||
Reference in New Issue
Block a user