LearnNewsExamplesServices
Frontmatter
id7261
titleConvert core/Effect.mjs Siesta Test to Playwright
stateClosed
labels
enhancement
assigneestobiu
createdAtSep 26, 2025, 4:16 PM
updatedAtSep 26, 2025, 4:31 PM
githubUrlhttps://github.com/neomjs/neo/issues/7261
authortobiu
commentsCount0
parentIssue7262
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 26, 2025, 4:31 PM

Convert core/Effect.mjs Siesta Test to Playwright

Closed v11.0.0 enhancement
tobiu
tobiu commented on Sep 26, 2025, 4:16 PM

As part of the ongoing effort to migrate the testing suite from Siesta to Playwright, the unit test for core/Effect.mjs needs to be converted.

This involves translating the existing test at test/siesta/tests/core/Effect.mjs into a new Playwright spec file.

Acceptance Criteria

  • Create a new Playwright unit test file at test/playwright/unit/core/Effect.spec.mjs.
  • Convert all assertions and test logic from the Siesta test to the Playwright/Jest expect syntax.
  • Ensure the new test is self-contained and passes successfully.
  • All other tests in the suite must continue to pass.
tobiu assigned to @tobiu on Sep 26, 2025, 4:16 PM
tobiu added the enhancement label on Sep 26, 2025, 4:16 PM
tobiu referenced in commit 8f20626 - "Convert core/Effect.mjs Siesta Test to Playwright #7261" on Sep 26, 2025, 4:31 PM
tobiu closed this issue on Sep 26, 2025, 4:31 PM
tobiu added parent issue #7262 on Sep 27, 2025, 1:16 PM