Global Styles: Allow font sizes to be overridden #92743
Annotations
10 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L153
1) [chromium] › editor/various/font-size-picker.spec.js:136:3 › Font Size Picker › More font sizes › should apply a named font size using the font size buttons
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"large"} -->
+ <!-- wp:paragraph {"fontSize":"medium"} -->
- <p class="has-large-font-size">Paragraph to be made "large"</p>
+ <p class="has-medium-font-size">Paragraph to be made "large"</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
151 |
152 | await expect.poll( editor.getEditedPostContent )
> 153 | .toBe( `<!-- wp:paragraph {"fontSize":"large"} -->
| ^
154 | <p class="has-large-font-size">Paragraph to be made "large"</p>
155 | <!-- /wp:paragraph -->` );
156 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:153:6
|
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L153
1) [chromium] › editor/various/font-size-picker.spec.js:136:3 › Font Size Picker › More font sizes › should apply a named font size using the font size buttons
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"large"} -->
+ <!-- wp:paragraph {"fontSize":"medium"} -->
- <p class="has-large-font-size">Paragraph to be made "large"</p>
+ <p class="has-medium-font-size">Paragraph to be made "large"</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
151 |
152 | await expect.poll( editor.getEditedPostContent )
> 153 | .toBe( `<!-- wp:paragraph {"fontSize":"large"} -->
| ^
154 | <p class="has-large-font-size">Paragraph to be made "large"</p>
155 | <!-- /wp:paragraph -->` );
156 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:153:6
|
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L153
1) [chromium] › editor/various/font-size-picker.spec.js:136:3 › Font Size Picker › More font sizes › should apply a named font size using the font size buttons
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"large"} -->
+ <!-- wp:paragraph {"fontSize":"medium"} -->
- <p class="has-large-font-size">Paragraph to be made "large"</p>
+ <p class="has-medium-font-size">Paragraph to be made "large"</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
151 |
152 | await expect.poll( editor.getEditedPostContent )
> 153 | .toBe( `<!-- wp:paragraph {"fontSize":"large"} -->
| ^
154 | <p class="has-large-font-size">Paragraph to be made "large"</p>
155 | <!-- /wp:paragraph -->` );
156 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:153:6
|
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L177
2) [chromium] › editor/various/font-size-picker.spec.js:158:3 › Font Size Picker › More font sizes › should reset a named font size using the tools panel menu
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"medium"} -->
+ <!-- wp:paragraph {"fontSize":"large"} -->
- <p class="has-medium-font-size">Paragraph with font size reset using tools panel menu</p>
+ <p class="has-large-font-size">Paragraph with font size reset using tools panel menu</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
175 |
176 | await expect.poll( editor.getEditedPostContent )
> 177 | .toBe( `<!-- wp:paragraph {"fontSize":"medium"} -->
| ^
178 | <p class="has-medium-font-size">Paragraph with font size reset using tools panel menu</p>
179 | <!-- /wp:paragraph -->` );
180 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:177:6
|
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L177
2) [chromium] › editor/various/font-size-picker.spec.js:158:3 › Font Size Picker › More font sizes › should reset a named font size using the tools panel menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"medium"} -->
+ <!-- wp:paragraph {"fontSize":"large"} -->
- <p class="has-medium-font-size">Paragraph with font size reset using tools panel menu</p>
+ <p class="has-large-font-size">Paragraph with font size reset using tools panel menu</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
175 |
176 | await expect.poll( editor.getEditedPostContent )
> 177 | .toBe( `<!-- wp:paragraph {"fontSize":"medium"} -->
| ^
178 | <p class="has-medium-font-size">Paragraph with font size reset using tools panel menu</p>
179 | <!-- /wp:paragraph -->` );
180 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:177:6
|
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L177
2) [chromium] › editor/various/font-size-picker.spec.js:158:3 › Font Size Picker › More font sizes › should reset a named font size using the tools panel menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"medium"} -->
+ <!-- wp:paragraph {"fontSize":"large"} -->
- <p class="has-medium-font-size">Paragraph with font size reset using tools panel menu</p>
+ <p class="has-large-font-size">Paragraph with font size reset using tools panel menu</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
175 |
176 | await expect.poll( editor.getEditedPostContent )
> 177 | .toBe( `<!-- wp:paragraph {"fontSize":"medium"} -->
| ^
178 | <p class="has-medium-font-size">Paragraph with font size reset using tools panel menu</p>
179 | <!-- /wp:paragraph -->` );
180 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:177:6
|
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L210
3) [chromium] › editor/various/font-size-picker.spec.js:191:3 › Font Size Picker › More font sizes › should reset a named font size using input field
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"small"} -->
+ <!-- wp:paragraph {"fontSize":"x-large"} -->
- <p class="has-small-font-size">Paragraph with font size reset using input field</p>
+ <p class="has-x-large-font-size">Paragraph with font size reset using input field</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
208 |
209 | await expect.poll( editor.getEditedPostContent )
> 210 | .toBe( `<!-- wp:paragraph {"fontSize":"small"} -->
| ^
211 | <p class="has-small-font-size">Paragraph with font size reset using input field</p>
212 | <!-- /wp:paragraph -->` );
213 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:210:6
|
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L210
3) [chromium] › editor/various/font-size-picker.spec.js:191:3 › Font Size Picker › More font sizes › should reset a named font size using input field
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"small"} -->
+ <!-- wp:paragraph {"fontSize":"x-large"} -->
- <p class="has-small-font-size">Paragraph with font size reset using input field</p>
+ <p class="has-x-large-font-size">Paragraph with font size reset using input field</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
208 |
209 | await expect.poll( editor.getEditedPostContent )
> 210 | .toBe( `<!-- wp:paragraph {"fontSize":"small"} -->
| ^
211 | <p class="has-small-font-size">Paragraph with font size reset using input field</p>
212 | <!-- /wp:paragraph -->` );
213 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:210:6
|
Run the tests:
test/e2e/specs/editor/various/font-size-picker.spec.js#L210
3) [chromium] › editor/various/font-size-picker.spec.js:191:3 › Font Size Picker › More font sizes › should reset a named font size using input field
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
- <!-- wp:paragraph {"fontSize":"small"} -->
+ <!-- wp:paragraph {"fontSize":"x-large"} -->
- <p class="has-small-font-size">Paragraph with font size reset using input field</p>
+ <p class="has-x-large-font-size">Paragraph with font size reset using input field</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
208 |
209 | await expect.poll( editor.getEditedPostContent )
> 210 | .toBe( `<!-- wp:paragraph {"fontSize":"small"} -->
| ^
211 | <p class="has-small-font-size">Paragraph with font size reset using input field</p>
212 | <!-- /wp:paragraph -->` );
213 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-size-picker.spec.js:210:6
|
Run the tests
Process completed with exit code 1.
|
Run the tests
3 failed
[chromium] › editor/various/font-size-picker.spec.js:136:3 › Font Size Picker › More font sizes › should apply a named font size using the font size buttons
[chromium] › editor/various/font-size-picker.spec.js:158:3 › Font Size Picker › More font sizes › should reset a named font size using the tools panel menu
[chromium] › editor/various/font-size-picker.spec.js:191:3 › Font Size Picker › More font sizes › should reset a named font size using input field
124 passed (7.8m)
|
The logs for this run have expired and are no longer available.
Loading