Fix WordPress Playground tests: update Cypress test URL, improve blueprints, enhance documentation

This commit is contained in:
2025-04-22 16:37:01 +01:00
parent 0f83330d85
commit 8fa2c19fe4
4 changed files with 27 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
describe('WordPress Playground Single Site Tests', () => {
beforeEach(() => {
// Visit the WordPress Playground page
cy.visit('/index.html');
cy.visit('/');
// Wait for the iframe to load
cy.get('iframe').should('be.visible');