Skip to content

Commit fe75178

Browse files
mttrbrtsCopilot
andauthored
Update e2e/app.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3f32038 commit fe75178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/app.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ test.describe('App Loading', () => {
2121
await expect(page.locator('.app-spinner-container')).toBeHidden({ timeout: 30000 });
2222

2323
// Check for editor panel headers
24-
await expect(page.getByText('Data Model')).toBeVisible();
25-
await expect(page.getByText('Template')).toBeVisible();
26-
await expect(page.getByText('Data')).toBeVisible();
24+
await expect(page.getByText('Data Model (Concerto)')).toBeVisible();
25+
await expect(page.getByText('Template (TemplateMark)')).toBeVisible();
26+
await expect(page.getByText('Data (JSON)')).toBeVisible();
2727
});
2828

2929
test('should display Preview panel with content', async ({ page }) => {

0 commit comments

Comments
 (0)