LearnNewsExamplesServices
Frontmatter
id7282
titleConvert functional/Button.mjs Test from Siesta to Playwright
stateClosed
labels
enhancementhelp wantedgood first issuehacktoberfest
assigneesnabeel001
createdAtSep 27, 2025, 3:54 PM
updatedAtOct 9, 2025, 8:19 PM
githubUrlhttps://github.com/neomjs/neo/issues/7282
authortobiu
commentsCount3
parentIssue7262
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 9, 2025, 8:19 PM

Convert functional/Button.mjs Test from Siesta to Playwright

Closed v11.0.0 enhancementhelp wantedgood first issuehacktoberfest
tobiu
tobiu commented on Sep 27, 2025, 3:54 PM

This task is to migrate the unit test for functional/Button.mjs from the Siesta test harness to the Playwright test runner.

Acceptance Criteria

  1. Create a new test file at test/playwright/unit/functional/Button.spec.mjs.
  2. Translate all assertions from the original file (test/siesta/tests/functional/Button.mjs) to the Playwright/Jest expect syntax.
  3. Ensure the new test runs successfully via npm test.
  4. The new test must cover all the functionality of the original Siesta test.
tobiu added the enhancement label on Sep 27, 2025, 3:54 PM
tobiu added parent issue #7262 on Sep 27, 2025, 3:54 PM
tobiu added the help wanted label on Oct 7, 2025, 9:26 PM
tobiu added the good first issue label on Oct 7, 2025, 9:26 PM
tobiu added the hacktoberfest label on Oct 7, 2025, 9:26 PM
nabeel001
nabeel001 Oct 8, 2025, 5:25 AM

Hi @tobiu I would like to work on this issue, Kindly assign this to me.

tobiu
tobiu Oct 8, 2025, 11:34 AM

Thx! make sure to point AI to the epic too, since it contains valuable hints: .github/ISSUE/epic-enhance-workflow-with-mandatory-unit-testing.md

tobiu assigned to @nabeel001 on Oct 8, 2025, 11:34 AM
nabeel001 cross-referenced by PR #7423 on Oct 9, 2025, 6:29 AM
nabeel001
nabeel001 Oct 9, 2025, 6:30 AM

Hi @tobiu I have migrated the functional/Button.mjs to playwright. Kindly review and merge the PR.

tobiu closed this issue on Oct 9, 2025, 8:19 PM