Skip to content

CC Nala Daily Run

CC Nala Daily Run #455

Triggered via schedule February 23, 2025 15:38
Status Success
Total duration 48m 22s
Artifacts

cc.daily.yml

on: schedule
Matrix: Running tests
Fit to window
Zoom out
Zoom in

Annotations

30 errors, 3 warnings, and 3 notices
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:44:42 at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:44:42 at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:44:42 at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests/cc/accordion.test.js#L1
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests/cc/accordion.test.js#L62
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 60 | expect(await accordion.accordionQuestion1).toBeTruthy(); 61 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 62 | await accordion.accordionQuestion1.click(); | ^ 63 | expect(await accordion.accordexpanded).toBeTruthy(); 64 | await accordion.accordionQuestion1.click(); 65 | expect(await accordion.DefaultState).toBeTruthy(); at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:62:42 at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:57:5
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests/cc/accordion.test.js#L1
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests/cc/accordion.test.js#L62
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 60 | expect(await accordion.accordionQuestion1).toBeTruthy(); 61 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 62 | await accordion.accordionQuestion1.click(); | ^ 63 | expect(await accordion.accordexpanded).toBeTruthy(); 64 | await accordion.accordionQuestion1.click(); 65 | expect(await accordion.DefaultState).toBeTruthy(); at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:62:42 at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:57:5
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at /home/runner/work/nala/nala/tests/cc/accordion.test.js:44:42 at /home/runner/work/nala/nala/tests/cc/accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at /home/runner/work/nala/nala/tests/cc/accordion.test.js:44:42 at /home/runner/work/nala/nala/tests/cc/accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests/cc/accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at /home/runner/work/nala/nala/tests/cc/accordion.test.js:44:42 at /home/runner/work/nala/nala/tests/cc/accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests/cc/accordion.test.js#L1
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests/cc/accordion.test.js#L62
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 60 | expect(await accordion.accordionQuestion1).toBeTruthy(); 61 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 62 | await accordion.accordionQuestion1.click(); | ^ 63 | expect(await accordion.accordexpanded).toBeTruthy(); 64 | await accordion.accordionQuestion1.click(); 65 | expect(await accordion.DefaultState).toBeTruthy(); at /home/runner/work/nala/nala/tests/cc/accordion.test.js:62:42 at /home/runner/work/nala/nala/tests/cc/accordion.test.js:57:5
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests/cc/accordion.test.js#L1
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests/cc/accordion.test.js#L62
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 60 | expect(await accordion.accordionQuestion1).toBeTruthy(); 61 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 62 | await accordion.accordionQuestion1.click(); | ^ 63 | expect(await accordion.accordexpanded).toBeTruthy(); 64 | await accordion.accordionQuestion1.click(); 65 | expect(await accordion.DefaultState).toBeTruthy(); at /home/runner/work/nala/nala/tests/cc/accordion.test.js:62:42 at /home/runner/work/nala/nala/tests/cc/accordion.test.js:57:5
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests\cc\accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests\cc\accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at D:\a\nala\nala\tests\cc\accordion.test.js:44:42 at D:\a\nala\nala\tests\cc\accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests\cc\accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests\cc\accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at D:\a\nala\nala\tests\cc\accordion.test.js:44:42 at D:\a\nala\nala\tests\cc\accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests\cc\accordion.test.js#L1
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand: tests\cc\accordion.test.js#L44
1) [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature › accordion expand when first question clicked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 42 | expect(await accordion.accordionQuestion1).toBeTruthy(); 43 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 44 | await accordion.accordionQuestion1.click(); | ^ 45 | expect(await accordion.accordexpanded).toBeTruthy(); 46 | }); 47 | }); at D:\a\nala\nala\tests\cc\accordion.test.js:44:42 at D:\a\nala\nala\tests\cc\accordion.test.js:39:5
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests\cc\accordion.test.js#L1
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests\cc\accordion.test.js#L62
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 60 | expect(await accordion.accordionQuestion1).toBeTruthy(); 61 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 62 | await accordion.accordionQuestion1.click(); | ^ 63 | expect(await accordion.accordexpanded).toBeTruthy(); 64 | await accordion.accordionQuestion1.click(); 65 | expect(await accordion.DefaultState).toBeTruthy(); at D:\a\nala\nala\tests\cc\accordion.test.js:62:42 at D:\a\nala\nala\tests\cc\accordion.test.js:57:5
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests\cc\accordion.test.js#L1
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse: tests\cc\accordion.test.js#L62
2) [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature › accordion collapse when first question in expanded form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.accordion-container.seo.static-links.con-block.max-width-10-desktop').locator('#accordion-1').locator('//dt[@ROLE="heading"]').first() 60 | expect(await accordion.accordionQuestion1).toBeTruthy(); 61 | expect(await accordion.accordionDefinition1).toBeTruthy(); > 62 | await accordion.accordionQuestion1.click(); | ^ 63 | expect(await accordion.accordexpanded).toBeTruthy(); 64 | await accordion.accordionQuestion1.click(); 65 | expect(await accordion.DefaultState).toBeTruthy(); at D:\a\nala\nala\tests\cc\accordion.test.js:62:42 at D:\a\nala\nala\tests\cc\accordion.test.js:57:5
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
🎭 Playwright Run Summary
73 failed [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature [cc-live-chrome] › accordion.test.js:70:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-innterlinks,@cc @CC-Accordion @cc-accordionlinkscheck [cc-live-chrome] › breadcrumb.test.js:30:7 › verify breadcrumb showing up with authored levels and each link navigates to respective page › @breadcrumb-displayfirstlevelcheck,@cc @cc-breadcrumb @cc-breadcrumbfirstlevellinkcheck [cc-live-chrome] › breadcrumb.test.js:47:7 › verify breadcrumb showing up with authored levels and each link navigates to respective page › @breadcrumb-displaypageparentlink,@cc @cc-breadcrumb @cc-breadcrumbparentlinkcheck [cc-live-chrome] › fedpub.test.js:9:7 › FedPub Sanity test suite › @FedPub-Sanity-Check, @cc @cc-fedpub @smoke @regression [cc-live-chrome] › firefly.test.js:10:7 › firefly integration › @firefly-searchIMSLogin,@ccstage @cc-firefly @cc-fireflyIMS-search [cc-live-chrome] › firefly.test.js:29:7 › firefly integration › @firefly-searchwithoutIMS,@ccstage @cc-firefly @cc-fireflyAnonymouse-search [cc-live-chrome] › merchcard.test.js:30:5 › verify merch card UI and its features › @merchcard-prices,@cc @cc-merchcard @cc-merchcardprices [cc-live-chrome] › merchtable.test.js:46:7 › verify merch table colum layout, headings, CSS styles, images rendering, price CTAs › @merchtable-rowheadprices,@cc @cc-merchtable @cc-merchtableprices [cc-live-chrome] › merchtable.test.js:81:7 › verify merch table colum layout, headings, CSS styles, images rendering, price CTAs › @merchtable-priceCTA,@cc @cc-merchtable @cc-PriceCtacommerce [cc-live-chrome] › ostprices.test.js:12:7 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-currencyformat-price-buyemailcta,@cc @cc-ost @cc-pricewithcta [cc-live-chrome] › ostprices.test.js:39:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-allappswithcta [cc-live-chrome] › ostprices.test.js:74:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-student-price-buycta,@cc @cc-ost @cc-steprices [cc-live-chrome] › ostprices.test.js:96:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-strike-throughprice-buycta,@cc @cc-ost @cc-strikethroughprice [cc-live-chrome] › ostprices.test.js:123:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-month-year-prices-buycta,@cc @cc-ost @cc-montandyearprices [cc-live-chrome] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta [cc-live-chrome] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta [cc-live-chrome] › ostprices.test.js:200:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-student-price-buycta,@cc @cc-ost @cc-jp-steprices [cc-live-chrome] › ostprices.test.js:225:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-strike-throughprice-buycta,@cc @cc-ost @cc-jp-strikethroughprice [cc-live-chrome] › ostprices.test.js:253:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-month-year-prices-buycta,@cc @cc-ost @cc-jp-monthyearprices [cc-live-chrome] › producti
🎭 Playwright Run Summary
71 failed [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature [cc-live-chrome] › accordion.test.js:70:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-innterlinks,@cc @CC-Accordion @cc-accordionlinkscheck [cc-live-chrome] › breadcrumb.test.js:47:7 › verify breadcrumb showing up with authored levels and each link navigates to respective page › @breadcrumb-displaypageparentlink,@cc @cc-breadcrumb @cc-breadcrumbparentlinkcheck [cc-live-chrome] › fedpub.test.js:9:7 › FedPub Sanity test suite › @FedPub-Sanity-Check, @cc @cc-fedpub @smoke @regression [cc-live-chrome] › firefly.test.js:10:7 › firefly integration › @firefly-searchIMSLogin,@ccstage @cc-firefly @cc-fireflyIMS-search [cc-live-chrome] › firefly.test.js:29:7 › firefly integration › @firefly-searchwithoutIMS,@ccstage @cc-firefly @cc-fireflyAnonymouse-search [cc-live-chrome] › merchcard.test.js:30:5 › verify merch card UI and its features › @merchcard-prices,@cc @cc-merchcard @cc-merchcardprices [cc-live-chrome] › merchtable.test.js:46:7 › verify merch table colum layout, headings, CSS styles, images rendering, price CTAs › @merchtable-rowheadprices,@cc @cc-merchtable @cc-merchtableprices [cc-live-chrome] › merchtable.test.js:81:7 › verify merch table colum layout, headings, CSS styles, images rendering, price CTAs › @merchtable-priceCTA,@cc @cc-merchtable @cc-PriceCtacommerce [cc-live-chrome] › ostprices.test.js:12:7 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-currencyformat-price-buyemailcta,@cc @cc-ost @cc-pricewithcta [cc-live-chrome] › ostprices.test.js:39:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-allappswithcta [cc-live-chrome] › ostprices.test.js:74:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-student-price-buycta,@cc @cc-ost @cc-steprices [cc-live-chrome] › ostprices.test.js:96:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-strike-throughprice-buycta,@cc @cc-ost @cc-strikethroughprice [cc-live-chrome] › ostprices.test.js:123:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-month-year-prices-buycta,@cc @cc-ost @cc-montandyearprices [cc-live-chrome] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta [cc-live-chrome] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta [cc-live-chrome] › ostprices.test.js:200:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-student-price-buycta,@cc @cc-ost @cc-jp-steprices [cc-live-chrome] › ostprices.test.js:225:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-strike-throughprice-buycta,@cc @cc-ost @cc-jp-strikethroughprice [cc-live-chrome] › ostprices.test.js:253:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-month-year-prices-buycta,@cc @cc-ost @cc-jp-monthyearprices [cc-live-chrome] › productionsanity.test.js:11:7 › verify Key product pages and features on Production pages › @creativecloudhomepage,@cc-prodsanity @cc-homepagesanity [cc-live-chrome] › productionsanity.test.js:36:7 › verify Key product pages and feature
🎭 Playwright Run Summary
72 failed [cc-live-chrome] › accordion.test.js:32:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand,@cc @CC-Accordion @cc-accordionexpandfeature [cc-live-chrome] › accordion.test.js:50:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse,@cc @CC-Accordion @cc-accordioncollapsefeature [cc-live-chrome] › accordion.test.js:70:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-innterlinks,@cc @CC-Accordion @cc-accordionlinkscheck [cc-live-chrome] › breadcrumb.test.js:30:7 › verify breadcrumb showing up with authored levels and each link navigates to respective page › @breadcrumb-displayfirstlevelcheck,@cc @cc-breadcrumb @cc-breadcrumbfirstlevellinkcheck [cc-live-chrome] › breadcrumb.test.js:47:7 › verify breadcrumb showing up with authored levels and each link navigates to respective page › @breadcrumb-displaypageparentlink,@cc @cc-breadcrumb @cc-breadcrumbparentlinkcheck [cc-live-chrome] › fedpub.test.js:9:7 › FedPub Sanity test suite › @FedPub-Sanity-Check, @cc @cc-fedpub @smoke @regression [cc-live-chrome] › firefly.test.js:10:7 › firefly integration › @firefly-searchIMSLogin,@ccstage @cc-firefly @cc-fireflyIMS-search [cc-live-chrome] › firefly.test.js:29:7 › firefly integration › @firefly-searchwithoutIMS,@ccstage @cc-firefly @cc-fireflyAnonymouse-search [cc-live-chrome] › merchcard.test.js:30:5 › verify merch card UI and its features › @merchcard-prices,@cc @cc-merchcard @cc-merchcardprices [cc-live-chrome] › merchtable.test.js:46:7 › verify merch table colum layout, headings, CSS styles, images rendering, price CTAs › @merchtable-rowheadprices,@cc @cc-merchtable @cc-merchtableprices [cc-live-chrome] › merchtable.test.js:81:7 › verify merch table colum layout, headings, CSS styles, images rendering, price CTAs › @merchtable-priceCTA,@cc @cc-merchtable @cc-PriceCtacommerce [cc-live-chrome] › ostprices.test.js:12:7 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-currencyformat-price-buyemailcta,@cc @cc-ost @cc-pricewithcta [cc-live-chrome] › ostprices.test.js:39:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-allappswithcta [cc-live-chrome] › ostprices.test.js:74:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-student-price-buycta,@cc @cc-ost @cc-steprices [cc-live-chrome] › ostprices.test.js:96:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-strike-throughprice-buycta,@cc @cc-ost @cc-strikethroughprice [cc-live-chrome] › ostprices.test.js:123:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-month-year-prices-buycta,@cc @cc-ost @cc-montandyearprices [cc-live-chrome] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta [cc-live-chrome] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta [cc-live-chrome] › ostprices.test.js:200:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-student-price-buycta,@cc @cc-ost @cc-jp-steprices [cc-live-chrome] › ostprices.test.js:225:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-strike-throughprice-buycta,@cc @cc-ost @cc-jp-strikethroughprice [cc-live-chrome] › ostprices.test.js:253:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-month-year-prices-buycta,@cc @cc-ost @cc-jp-monthyearprices [cc-live-chrome] › producti