Smoke test daily #225
Annotations
10 errors, 6 warnings, and 2 notices
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
1) [Chrome] › merchant/command-palette.spec.js:59:2 › Use Command Palette commands › can use the "Add new product" command
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Add new product")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:62:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
1) [Chrome] › merchant/command-palette.spec.js:59:2 › Use Command Palette commands › can use the "Add new product" command
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Add new product")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:62:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
1) [Chrome] › merchant/command-palette.spec.js:59:2 › Use Command Palette commands › can use the "Add new product" command
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Add new product")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:62:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
2) [Chrome] › merchant/command-palette.spec.js:73:2 › Use Command Palette commands › can use the "Add new order" command
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Add new order")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:76:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
2) [Chrome] › merchant/command-palette.spec.js:73:2 › Use Command Palette commands › can use the "Add new order" command
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Add new order")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:76:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
2) [Chrome] › merchant/command-palette.spec.js:73:2 › Use Command Palette commands › can use the "Add new order" command
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Add new order")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:76:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
3) [Chrome] › merchant/command-palette.spec.js:87:2 › Use Command Palette commands › can use the "Products" command
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Products")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:90:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
3) [Chrome] › merchant/command-palette.spec.js:87:2 › Use Command Palette commands › can use the "Products" command
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Products")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:90:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
3) [Chrome] › merchant/command-palette.spec.js:87:2 › Use Command Palette commands › can use the "Products" command
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Products")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:90:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js#L13
4) [Chrome] › merchant/command-palette.spec.js:101:2 › Use Command Palette commands › can use the "Orders" command
Error: locator.fill: Error: Element is not an <input>, <textarea> or [contenteditable] element
Call log:
- waiting for getByLabel('Command palette')
- locator resolved to <div role="dialog" tabindex="-1" aria-label="Command …>…</div>
- elementHandle.fill("Orders")
- waiting for element to be visible, enabled and editable
- Element is not an <input>, <textarea> or [contenteditable] element
11 | await page.keyboard.press( cmdKeyCombo );
12 |
> 13 | await page.getByLabel( 'Command palette' ).fill( optionName );
| ^
14 |
15 | // Click on the relevant option.
16 | const option = page.getByRole( 'option', {
at clickOnCommandPaletteOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:13:45)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/command-palette.spec.js:104:3
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › customize-store/assembler-hub.spec.js#L1
plugins/woocommerce/[Chrome] › customize-store/assembler-hub.spec.js took 4.3m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 1.6m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › admin-analytics/analytics-data.spec.js#L1
plugins/woocommerce/[Chrome] › admin-analytics/analytics-data.spec.js took 57.2s
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › activate-and-setup/core-profiler.spec.js#L1
plugins/woocommerce/[Chrome] › activate-and-setup/core-profiler.spec.js took 42.8s
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › admin-analytics/analytics.spec.js#L1
plugins/woocommerce/[Chrome] › admin-analytics/analytics.spec.js took 31.4s
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, google/wireit@f3a3c79c553122e2fe5829eeac7d815326502903, actions/upload-artifact@v3, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run 'Upload plugin' test
1 passed (23.9s)
|
Run the rest of E2E tests
5 failed
[Chrome] › merchant/command-palette.spec.js:59:2 › Use Command Palette commands › can use the "Add new product" command
[Chrome] › merchant/command-palette.spec.js:73:2 › Use Command Palette commands › can use the "Add new order" command
[Chrome] › merchant/command-palette.spec.js:87:2 › Use Command Palette commands › can use the "Products" command
[Chrome] › merchant/command-palette.spec.js:101:2 › Use Command Palette commands › can use the "Orders" command
[Chrome] › merchant/command-palette.spec.js:115:2 › Use Command Palette commands › can use the product search command
1 flaky
[Chrome] › customize-store/assembler-hub.spec.js:88:2 › Store owner can view Assembler Hub for store customization › Can view the Assembler Hub page when the theme is already customized
257 did not run
51 passed (10.7m)
|
The logs for this run have expired and are no longer available.
Loading