Changes between Version 1 and Version 3 of Ticket #57891
- Timestamp:
- 03/08/2023 08:41:37 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57891 – Description
v1 v3 10 10 2. Copy the `build/` folder to a new location, and set it up as a new site. 11 11 3. After configuring the site, add a few test posts. 12 4. With TT3 active (should be by default), load the site frontend, and observe that posts are displayed in a list, rather than columns.13 5. Try testing with other block themes.12 4. 🐞 With TT3 active (should be by default), load the site frontend, and observe that posts are displayed in a list, rather than columns. 13 5. 🐞 Try testing with other block themes. 14 14 15 15 === Expected Results 16 16 When testing a patch to validate it works as expected: 17 - The frontend of the site should render like that represented in the backend editor.17 - ✅ The frontend of the site should render like that represented in the backend editor. 18 18 19 19 When reproducing a bug: 20 - The frontend of the site renders with posts in a list, and site navigation broken.20 - ❌ The frontend of the site renders with posts in a list, and site navigation broken. 21 21 22 22 === Supplemental Artifacts