fix(settings, yjs, ux, ci): default settings, y-leveldb restart resilience, dashboard one-click open, delete error handling, Playwright CI
This commit is contained in:
@@ -111,7 +111,7 @@ test('exhaustive tool test v2', async () => {
|
||||
await page.reload();
|
||||
await page.waitForSelector('.dashboard-project-card', { timeout: 10000 });
|
||||
await page.locator('.dashboard-project-card').first().click();
|
||||
await page.locator('button:has-text("Projekt öffnen")').first().click();
|
||||
// Card click now opens the project directly
|
||||
await page.waitForSelector('canvas', { timeout: 10000 });
|
||||
await page.waitForTimeout(2500);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user