CC Nala Daily Run #230
Annotations
30 errors, 6 warnings, and 3 notices
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests/cc/accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:42:42
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests/cc/accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:42:42
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests/cc/accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:42:42
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:47: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:47: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:47:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse:
tests/cc/accordion.test.js#L59
2) [cc-live-chrome] › accordion.test.js:47: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()
57 | expect(await accordion.accordionQuestion1).toBeTruthy();
58 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 59 | await accordion.accordionQuestion1.click();
| ^
60 | expect(await accordion.accordexpanded).toBeTruthy();
61 | await accordion.accordionQuestion1.click();
62 | expect(await accordion.DefaultState).toBeTruthy();
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:59:42
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:54:5
|
[cc-live-chrome] › accordion.test.js:47: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:47: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:47:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse:
tests/cc/accordion.test.js#L59
2) [cc-live-chrome] › accordion.test.js:47: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()
57 | expect(await accordion.accordionQuestion1).toBeTruthy();
58 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 59 | await accordion.accordionQuestion1.click();
| ^
60 | expect(await accordion.accordexpanded).toBeTruthy();
61 | await accordion.accordionQuestion1.click();
62 | expect(await accordion.DefaultState).toBeTruthy();
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:59:42
at /home/runner/work/nala/nala/tests/cc/accordion.test.js:54:5
|
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests/cc/accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:42:42
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests/cc/accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:42:42
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests/cc/accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:42:42
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:47: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:47: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:47:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse:
tests/cc/accordion.test.js#L59
2) [cc-live-chrome] › accordion.test.js:47: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()
57 | expect(await accordion.accordionQuestion1).toBeTruthy();
58 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 59 | await accordion.accordionQuestion1.click();
| ^
60 | expect(await accordion.accordexpanded).toBeTruthy();
61 | await accordion.accordionQuestion1.click();
62 | expect(await accordion.DefaultState).toBeTruthy();
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:59:42
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:54:5
|
[cc-live-chrome] › accordion.test.js:47: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:47: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:47:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse:
tests/cc/accordion.test.js#L59
2) [cc-live-chrome] › accordion.test.js:47: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()
57 | expect(await accordion.accordionQuestion1).toBeTruthy();
58 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 59 | await accordion.accordionQuestion1.click();
| ^
60 | expect(await accordion.accordexpanded).toBeTruthy();
61 | await accordion.accordionQuestion1.click();
62 | expect(await accordion.DefaultState).toBeTruthy();
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:59:42
at /Users/runner/work/nala/nala/tests/cc/accordion.test.js:54:5
|
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests\cc\accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at D:\a\nala\nala\tests\cc\accordion.test.js:42:42
at D:\a\nala\nala\tests\cc\accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests\cc\accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at D:\a\nala\nala\tests\cc\accordion.test.js:42:42
at D:\a\nala\nala\tests\cc\accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:30: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:30: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:30:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questionexpand:
tests\cc\accordion.test.js#L42
1) [cc-live-chrome] › accordion.test.js:30: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()
40 | expect(await accordion.accordionQuestion1).toBeTruthy();
41 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 42 | await accordion.accordionQuestion1.click();
| ^
43 | expect(await accordion.accordexpanded).toBeTruthy();
44 | });
45 | });
at D:\a\nala\nala\tests\cc\accordion.test.js:42:42
at D:\a\nala\nala\tests\cc\accordion.test.js:37:5
|
[cc-live-chrome] › accordion.test.js:47: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:47: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:47:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse:
tests\cc\accordion.test.js#L59
2) [cc-live-chrome] › accordion.test.js:47: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()
57 | expect(await accordion.accordionQuestion1).toBeTruthy();
58 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 59 | await accordion.accordionQuestion1.click();
| ^
60 | expect(await accordion.accordexpanded).toBeTruthy();
61 | await accordion.accordionQuestion1.click();
62 | expect(await accordion.DefaultState).toBeTruthy();
at D:\a\nala\nala\tests\cc\accordion.test.js:59:42
at D:\a\nala\nala\tests\cc\accordion.test.js:54:5
|
[cc-live-chrome] › accordion.test.js:47: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:47: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:47:7 › verify accordion showing up with authored question and answers with expand/collapse features › @accordion-questioncollapse:
tests\cc\accordion.test.js#L59
2) [cc-live-chrome] › accordion.test.js:47: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()
57 | expect(await accordion.accordionQuestion1).toBeTruthy();
58 | expect(await accordion.accordionDefinition1).toBeTruthy();
> 59 | await accordion.accordionQuestion1.click();
| ^
60 | expect(await accordion.accordexpanded).toBeTruthy();
61 | await accordion.accordionQuestion1.click();
62 | expect(await accordion.DefaultState).toBeTruthy();
at D:\a\nala\nala\tests\cc\accordion.test.js:59:42
at D:\a\nala\nala\tests\cc\accordion.test.js:54:5
|
Running tests (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
52 failed
[cc-live-chrome] › accordion.test.js:30: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:47: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:66: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:28:5 › 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:44:5 › verify breadcrumb showing up with authored levels and each link navigates to respective page › @breadcrumb-displaypageparentlink,@cc @cc-breadcrumb @cc-breadcrumbparentlinkcheck
[cc-live-chrome] › firefly.test.js:10:7 › firefly integration › @firefly-searchIMSLogin,@cc @cc-firefly @cc-fireflyIMS-search
[cc-live-chrome] › firefly.test.js:29:7 › firefly integration › @firefly-searchwithoutIMS,@cc @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 @cc-prodsanity @cc-homepage
|
🎭 Playwright Run Summary
51 failed
[cc-live-chrome] › accordion.test.js:30: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:47: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:66: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:28:5 › 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:44:5 › verify breadcrumb showing up with authored levels and each link navigates to respective page › @breadcrumb-displaypageparentlink,@cc @cc-breadcrumb @cc-breadcrumbparentlinkcheck
[cc-live-chrome] › firefly.test.js:10:7 › firefly integration › @firefly-searchIMSLogin,@cc @cc-firefly @cc-fireflyIMS-search
[cc-live-chrome] › firefly.test.js:29:7 › firefly integration › @firefly-searchwithoutIMS,@cc @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 @cc-prodsanity @cc-homepage
|
🎭 Playwright Run Summary
52 failed
[cc-live-chrome] › accordion.test.js:30: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:47: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:66: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:28:5 › 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:44:5 › verify breadcrumb showing up with authored levels and each link navigates to respective page › @breadcrumb-displaypageparentlink,@cc @cc-breadcrumb @cc-breadcrumbparentlinkcheck
[cc-live-chrome] › firefly.test.js:10:7 › firefly integration › @firefly-searchIMSLogin,@cc @cc-firefly @cc-fireflyIMS-search
[cc-live-chrome] › firefly.test.js:29:7 › firefly integration › @firefly-searchwithoutIMS,@cc @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 @cc-prodsanity @cc-homepage
|