Update experiments description to include AI provider model supports #1222
Annotations
10 errors, 1 warning, and 1 notice
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
4) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:179:6 › Content Classification Experiment › Generates and displays suggestion pills
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
3) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:146:6 › Content Classification Experiment › Shows hint text when content is insufficient
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
3) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:146:6 › Content Classification Experiment › Shows hint text when content is insufficient
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
3) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:146:6 › Content Classification Experiment › Shows hint text when content is insufficient
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
2) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:120:6 › Content Classification Experiment › Shows the "Suggest Categories" button in the Categories panel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
2) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:120:6 › Content Classification Experiment › Shows the "Suggest Categories" button in the Categories panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
2) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:120:6 › Content Classification Experiment › Shows the "Suggest Categories" button in the Categories panel
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
1) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:96:6 › Content Classification Experiment › Shows the "Suggest Tags" button in the Tags panel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
1) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:96:6 › Content Classification Experiment › Shows the "Suggest Tags" button in the Tags panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Run E2E tests:
tests/e2e/utils/helpers.ts#L190
1) [chromium] › tests/e2e/specs/experiments/content-classification.spec.js:96:6 › Content Classification Experiment › Shows the "Suggest Tags" button in the Tags panel
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'content-classification' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'content-classification' })
at ../utils/helpers.ts:190
188 | name: experimentLabel,
189 | } );
> 190 | await expect( checkbox ).toBeVisible( { timeout: 10000 } );
| ^
191 |
192 | // Nothing to do if this experiment is already enabled.
193 | if ( await checkbox.isChecked() ) {
at enableExperiment (/home/runner/work/ai/ai/tests/e2e/utils/helpers.ts:190:27)
at /home/runner/work/ai/ai/tests/e2e/specs/experiments/content-classification.spec.js:93:3
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08, shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run E2E tests
7 failed
[chromium] › tests/e2e/specs/experiments/content-classification.spec.js:96:6 › Content Classification Experiment › Shows the "Suggest Tags" button in the Tags panel
[chromium] › tests/e2e/specs/experiments/content-classification.spec.js:120:6 › Content Classification Experiment › Shows the "Suggest Categories" button in the Categories panel
[chromium] › tests/e2e/specs/experiments/content-classification.spec.js:146:6 › Content Classification Experiment › Shows hint text when content is insufficient
[chromium] › tests/e2e/specs/experiments/content-classification.spec.js:179:6 › Content Classification Experiment › Generates and displays suggestion pills
[chromium] › tests/e2e/specs/experiments/content-classification.spec.js:239:6 › Content Classification Experiment › Dismiss all clears all suggestion pills
[chromium] › tests/e2e/specs/experiments/content-classification.spec.js:298:6 › Content Classification Experiment › UI is hidden when experiments are globally disabled
[chromium] › tests/e2e/specs/experiments/content-classification.spec.js:325:6 › Content Classification Experiment › UI is hidden when experiment is individually disabled
51 passed (7.9m)
|
Loading