Frontmatter
| id | 7271 |
| title | Convert Rectangle.mjs Test from Siesta to Playwright |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfest |
| assignees | tobiu |
| createdAt | Sep 27, 2025, 2:40 PM |
| updatedAt | Nov 4, 2025, 11:55 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7271 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7262 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 4, 2025, 11:55 AM |
Convert Rectangle.mjs Test from Siesta to Playwright
tobiu added parent issue #7262 on Sep 27, 2025, 2:40 PM
tobiu assigned to @kart-u on Oct 7, 2025, 9:21 PM

tobiu
Oct 7, 2025, 9:21 PM
oh, missed your comment. hint for this one: the Rectangle class extend DOMRect, which is not available inside node.
so, there is a mock for it inside: test/playwright/setup.mjs
tobiu unassigned from @kart-u on Nov 4, 2025, 11:54 AM
tobiu assigned to @tobiu on Nov 4, 2025, 11:54 AM
tobiu closed this issue on Nov 4, 2025, 11:55 AM
This task is to migrate the unit test for
Rectangle.mjsfrom the Siesta test harness to the Playwright test runner.Acceptance Criteria
test/playwright/unit/Rectangle.spec.mjs.test/siesta/tests/Rectangle.mjs) to the Playwright/Jestexpectsyntax.npm test.