Skip to content

Commit ab3e48a

Browse files
committed
test: update chat theming manual token check
1 parent 03e7618 commit ab3e48a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cockpit/chat/theming/angular/e2e/manual/theming.manual.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ test.describe('Chat Theming Example', () => {
2222

2323
test('displays CSS variable list', async ({ page }) => {
2424
await expect(page.locator('aside')).toContainText('--tplane-chat-bg');
25-
await expect(page.locator('aside')).toContainText('--tplane-chat-accent');
25+
await expect(page.locator('aside')).toContainText('--tplane-chat-primary');
26+
await expect(page.locator('aside')).toContainText('--tplane-chat-on-primary');
2627
});
2728
});

0 commit comments

Comments
 (0)