Fix WordPress Playground tests: update Cypress test URL, improve blueprints, enhance documentation
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user