Steps to replicate the issue (include links if applicable):
- Visit https://ru.wikipedia.org/wiki/%D0%A4%D0%BE%D1%80%D0%B0%D0%B4%D0%B0%D0%B4%D0%B0-%D0%B4%D0%B5-%D0%A2%D0%BE%D1%81%D0%BA%D0%B0%D1%80 | this page ]]
- Resize browser
What happens?:
The table is being wrapped in a noresize class but this shouldn't happen if the table is itself a direct child of a DIV element.
//
What should have happened instead?:
The table should not be wrapped with div.noresize as div.ts-wikidata-population-table should act as an opt out.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Derived Requirement
Ensure that tables within a div.ts-wikidata-population-table are not wrapped with a div.noresize on the MediaWiki sandbox page.
BDD
Feature: Table Wrapping in Sandbox Page
Scenario: Ensure tables inside a div.ts-wikidata-population-table are not wrapped with div.noresize
Given a user is viewing the sandbox page on MediaWiki When the user resizes the browser window Then tables within a div.ts-wikidata-population-table should not be wrapped with div.noresize
Test Steps
Test Case 1: Ensure Tables in div.ts-wikidata-population-table are Not Wrapped with div.noresize
- Visit MediaWiki sandbox page.
- Resize the browser window.
- AC1: Confirm that tables inside a div.ts-wikidata-population-table are not wrapped with div.noresize.
QA Results - Prod
AC | Status | Details |
---|---|---|
1 | ✅ | T367248#10222708 |