Changes between Initial Version and Version 1 of Ticket #58211, comment 8
- Timestamp:
- 05/20/2023 06:08:00 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58211, comment 8
initial v1 1 1 == Test Report 2 2 3 Patch tested: REPLACE_WITH_PATCH_URL 4 5 === Steps to Reproduce or Test 6 1. First step. 7 2. Second step. 8 3. 🐞 Bug occurs. 3 Patch tested: https://patch-diff.githubusercontent.com/raw/WordPress/wordpress-develop/pull/4424.diff 9 4 10 5 === Expected Results 6 When reproducing a bug: 7 - ❌ `loading="lazy"` should appear on the featured image. 11 8 12 9 When testing a patch to validate it works as expected: 13 - ✅ What should happen when running the test10 - ✅ `loading="lazy"` should not appear on the featured image. 14 11 15 12 === Environment … … 25 22 ==== Actual Results 26 23 When reproducing a bug/defect: 27 - ❌ `loading="lazy"` appeared on the featured image. 24 - ❌ `loading="lazy"` appeared on the featured image. Issue reproduced. 28 25 29 26 When testing the bugfix patch: 30 - ✅ `loading="lazy"` did not appear on the featured image. 27 - ✅ `loading="lazy"` did not appear on the featured image. Issue resolved with the patch.