There was an error while loading. Please reload this page.
1 parent 03e7618 commit ab3e48aCopy full SHA for ab3e48a
1 file changed
cockpit/chat/theming/angular/e2e/manual/theming.manual.ts
@@ -22,6 +22,7 @@ test.describe('Chat Theming Example', () => {
22
23
test('displays CSS variable list', async ({ page }) => {
24
await expect(page.locator('aside')).toContainText('--tplane-chat-bg');
25
- await expect(page.locator('aside')).toContainText('--tplane-chat-accent');
+ await expect(page.locator('aside')).toContainText('--tplane-chat-primary');
26
+ await expect(page.locator('aside')).toContainText('--tplane-chat-on-primary');
27
});
28
0 commit comments