Fix code quality issues and GitHub Actions workflows

This commit is contained in:
2025-04-22 22:30:31 +01:00
parent f3d6bd2434
commit 0c4e91fcec
10 changed files with 61 additions and 22 deletions

View File

@@ -40,5 +40,6 @@ describe('WordPress Playground Single Site Tests', () => {
// Check if the settings page exists
cy.get('#wpbody-content').should('exist');
cy.get('h1').should('be.visible');
cy.title().should('include', 'Settings');
});
});