Commit Graph

6 Commits

Author SHA1 Message Date
4228bcc330 fix: simplify responsive breakpoint comment in admin-styles.css (issue #93) (#105)
* fix: remove redundant Responsive Styles comment in admin-styles.css (issue #93)

Removes the generic '/* Responsive Styles */' comment that was redundant
alongside the specific '/* 782px is the WordPress mobile admin breakpoint. */'
comment, per Gemini Code Assist review feedback on PR #87.

Closes #93

* fix: add missing trailing commas to fix comma-dangle lint errors

Fixes ESLint comma-dangle errors in:
- cypress.config.js (lines 15-16): missing trailing commas on
  chromeWebSecurity property and closing e2e object brace
- cypress/e2e/playground-single-site.cy.js (line 23): missing trailing
  comma on expect() message argument

Also updates eslint-plugin-cypress from ^2.15.1 to ^6.2.0 to resolve
peer dependency conflict that prevented local lint verification.
2026-03-18 22:57:17 +00:00
f3d6bd2434 Fix code quality issues: update Cypress tests to use custom commands, fix workflow files, update documentation 2025-04-22 22:10:55 +01:00
fb0949df0a Add Cypress tests for WordPress Playground 2025-04-21 22:42:13 +01:00
78c3d03030 Fix code quality issues and add package-lock.json 2025-04-21 21:32:35 +01:00
ed160ed51b Fix code quality issues and Markdown formatting 2025-04-21 21:15:29 +01:00
8ed22642e2 Add comprehensive testing framework for both single site and multisite WordPress environments 2025-04-21 17:32:01 +01:00