Skip to content

fix(quantic): CRGA component not showing collapsed when answer appears without streaming #26064

fix(quantic): CRGA component not showing collapsed when answer appears without streaming

fix(quantic): CRGA component not showing collapsed when answer appears without streaming #26064

Triggered via pull request January 16, 2025 16:08
Status Failure
Total duration 46m 51s
Artifacts 4

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 48s
Check with linter
Run unit tests
3m 5s
Run unit tests
Run e2e screenshots tests on Atomic
2m 7s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
4m 5s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 54s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
11s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
2m 33s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 16s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 44s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 56s
Run e2e tests for Atomic Hosted Page
Run e2e tests for Headless Commerce SSR
2m 28s
Run e2e tests for Headless Commerce SSR
Run e2e tests on Atomic insight panel
1m 44s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 34s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
1m 58s
Run e2e tests on Headless SSR App router sample in prod mode
Run e2e tests on Headless SSR Pages router sample in dev mode
3m 11s
Run e2e tests on Headless SSR Pages router sample in dev mode
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 3s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 23s
Should test Quantic?
Run e2e tests on Atomic CSP
3m 1s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
1m 50s
Determine Playwright E2E tests to run
Verify compatibility of packages
1m 23s
Verify compatibility of packages
Build typedoc
2m 16s
Build typedoc
Run Quantic E2E tests  /  Setup e2e tests on Quantic
8m 37s
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run Cypress e2e tests on Quantic
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
1m 36s
Merge Playwright reports
Run Quantic E2E tests  /  Run Playwright e2e tests on Quantic
15m 32s
Run Quantic E2E tests / Run Playwright e2e tests on Quantic
Run Quantic E2E tests  /  e2e-quantic-cleanup
1m 39s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
9s
Confirm build is valid (PR)
Confirm build is valid
9s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

13 errors, 100 warnings, and 2 notices
Run unit tests
Process completed with exit code 1.
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Test timeout of 30000ms exceeded.
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L234
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Error: page.waitForRequest: Test timeout of 30000ms exceeded. at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:234 232 | customChecker?: Function 233 | ): Promise<Request> { > 234 | const uaRequest = this.page.waitForRequest((request) => { | ^ 235 | if (isUaCustomEvent(request)) { 236 | const requestBody = request.postDataJSON?.(); 237 | const expectedFields: Record<string, any> = { at GeneratedAnswerObject.waitForGeneratedAnswerCustomUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:234:33) at GeneratedAnswerObject.waitForSourceHoverUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:155:17) at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:141:29
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L73
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('generated-answer__citations').locator('.citation__link').first() at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:73 71 | // waiting 500ms to allow the component to render completely, cause any re-rendering abort the hover action. 72 | await this.page.waitForTimeout(500); > 73 | await this.citationLink.nth(index).hover(); | ^ 74 | await this.page.waitForTimeout(minimumCitationTooltipDisplayDurationMs); 75 | await this.page.mouse.move(0, 0); 76 | } at GeneratedAnswerObject.hoverOverCitation (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:73:40) at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:145:11
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L234
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:234 232 | customChecker?: Function 233 | ): Promise<Request> { > 234 | const uaRequest = this.page.waitForRequest((request) => { | ^ 235 | if (isUaCustomEvent(request)) { 236 | const requestBody = request.postDataJSON?.(); 237 | const expectedFields: Record<string, any> = { at GeneratedAnswerObject.waitForGeneratedAnswerCustomUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:234:33) at GeneratedAnswerObject.waitForSourceHoverUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:155:17) at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:141:29
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L73
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('generated-answer__citations').locator('.citation__link').first() at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:73 71 | // waiting 500ms to allow the component to render completely, cause any re-rendering abort the hover action. 72 | await this.page.waitForTimeout(500); > 73 | await this.citationLink.nth(index).hover(); | ^ 74 | await this.page.waitForTimeout(minimumCitationTooltipDisplayDurationMs); 75 | await this.page.mouse.move(0, 0); 76 | } at GeneratedAnswerObject.hoverOverCitation (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:73:40) at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:145:11
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L234
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:234 232 | customChecker?: Function 233 | ): Promise<Request> { > 234 | const uaRequest = this.page.waitForRequest((request) => { | ^ 235 | if (isUaCustomEvent(request)) { 236 | const requestBody = request.postDataJSON?.(); 237 | const expectedFields: Record<string, any> = { at GeneratedAnswerObject.waitForGeneratedAnswerCustomUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:234:33) at GeneratedAnswerObject.waitForSourceHoverUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:155:17) at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:141:29
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L73
1) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.hover: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('generated-answer__citations').locator('.citation__link').first() at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:73 71 | // waiting 500ms to allow the component to render completely, cause any re-rendering abort the hover action. 72 | await this.page.waitForTimeout(500); > 73 | await this.citationLink.nth(index).hover(); | ^ 74 | await this.page.waitForTimeout(minimumCitationTooltipDisplayDurationMs); 75 | await this.page.mouse.move(0, 0); 76 | } at GeneratedAnswerObject.hoverOverCitation (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:73:40) at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:145:11
[LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the insight use case › when interacting with citations › when hovering over a citation › should log citation hover analytics: packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
2) [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the insight use case › when interacting with citations › when hovering over a citation › should log citation hover analytics Test timeout of 30000ms exceeded.
Confirm build is valid (PR)
Process completed with exit code 1.
Confirm build is valid
Process completed with exit code 1.
Build CDN
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Report bundle size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for IIFE
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Vue.js sample
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Verify compatibility of packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Should test Quantic?
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (21)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (60)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (44)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (45)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 32.3s
Run e2e tests on Atomic (59)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (57)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (16)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic insight panel
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Stencil.js sample
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (27)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (55)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (49)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (58)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (42)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (25)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Determine Playwright E2E tests to run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (33)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (40)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (48)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic React NextJS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (46)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (52)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (24)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (50)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR App router sample in prod mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (41)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (53)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (47)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (51)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (43)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR Pages router sample in prod mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e screenshots tests on Atomic
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (14)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (54)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (15)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (38)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build typedoc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (56)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (35)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for Headless Commerce SSR
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic Angular
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR App router sample in dev mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (32)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (23)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for Atomic Hosted Page
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic CSP
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (19)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (26)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR Pages router sample in dev mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (37)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check with linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check with linter: packages/atomic/src/autoloader/index.ts#L1
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Run e2e tests on Atomic (36)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic React
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (29)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (39)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (31)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Merge Playwright reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (28)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (34)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Quantic E2E tests / Setup e2e tests on Quantic
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (30)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Quantic E2E tests / Run Cypress e2e tests on Quantic (cypress/e2e/facets-1/**/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Quantic E2E tests / Run Cypress e2e tests on Quantic (cypress/e2e/facets-2/**/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/quantic/[LWS-enabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 43.3s
Slow Test: packages/quantic/[LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-disabled] › main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 37.5s
Slow Test: packages/quantic/[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts took 32.5s
Slow Test: packages/quantic/[LWS-enabled] › main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts#L1
packages/quantic/[LWS-enabled] › main/default/lwc/quanticPager/e2e/quanticPager.e2e.ts took 27.9s
Slow Test: packages/quantic/[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L1
packages/quantic/[LWS-disabled] › main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts took 27.0s
Run Quantic E2E tests / e2e-quantic-cleanup
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Confirm build is valid (PR)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Confirm build is valid
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
23 passed (35.8s)
🎭 Playwright Run Summary
4 failed [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the insight use case › when interacting with citations › when hovering over a citation › should log citation hover analytics [LWS-disabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the search use case › when interacting with citations › when hovering over a citation › should log citation hover analytics [LWS-disabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:135:9 › quantic generated answer in the insight use case › when interacting with citations › when hovering over a citation › should log citation hover analytics 4 flaky [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:27:7 › quantic generated answer in the insight use case › when providing positive feedback › should send positive feedback analytics containing all details [LWS-enabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:64:7 › quantic generated answer in the insight use case › when providing negative feedback › should send negative feedback analytics containing all details [LWS-disabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:151:9 › quantic generated answer in the search use case › when interacting with citations › when clicking on a citation › should log citation click analytics [LWS-disabled] › main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:151:9 › quantic generated answer in the insight use case › when interacting with citations › when clicking on a citation › should log citation click analytics 102 passed (13.5m)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report
172 KB
atomic-playwright-report
168 KB
blob-report-0
581 Bytes
result-lists-screenshots
24.4 MB