WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.46k stars 4.18k forks source link

Zoom out: E2E tests #65797

Open talldan opened 2 weeks ago

talldan commented 2 weeks ago

Summary

With the zoom out mode feature landing in 6.7, it'd be great to increase test coverage, especially as bugs are fixed during the RC/Beta phases.

Currently there is an e2e test file, but it's skipped and probably quite outdated: https://github.com/WordPress/gutenberg/blob/trunk/test/e2e/specs/site-editor/zoom-out.spec.js

It'd be great to add some basic tests, then build up the coverage over time. During the RC/beta, more e2e tests can be added for any bugs that are fixed.

These tests will probably also end up covering Edit/Write mode with the proposal in https://github.com/WordPress/gutenberg/issues/65736.

Things to test (please feel free to edit this list):

MaggieCabrera commented 1 week ago

We need to think about which tests we want to make on the post editor

ndiego commented 1 week ago

Can this be removed from the 6.7 project board? I assume this doesn't impact the release directly, right?

colorful-tones commented 1 week ago

Can this be removed from the 6.7 project board? I assume this doesn't impact the release directly, right?

I would like to see the Zoom Out feature succeed upon its introduction in 6.7. Test coverage for the available launch seems to be a baseline standard for allowing contributors to test, verify, and assert whether the intended features for 6.7 are doing what they should be doing. Under these guiding principles, I would establish that these end-to-end tests are crucial for 6.7.