Font Library: Test frontend and classic themes#74067
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: 0 B Total Size: 2.58 MB ℹ️ View Unchanged
|
|
Flaky tests detected in c69da87. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/20301332538
|
What?
Adds e2e tests for the Font Library admin page (
admin.php?page=font-library-wp-admin).Why?
Previously, all font library tests were in the site-editor context. The font library has a dedicated admin page that needed separate test coverage. We can also test classic themes now.
How?
test/e2e/specs/admin/font-library.spec.jssite-editor/font-library.spec.jsto the new admin test filetwentytwentyone(classic theme) instead of a block themeTesting
Run:
npm run test:e2e -- font-library