Files
carpseeds.pl/wp-content/plugins/elementor-3.2.5-bck4/tests/e2e/integration/auto-save.spec.js
2024-07-15 11:28:08 +02:00

10 lines
191 B
JavaScript

/// <reference types="Cypress" />
describe( 'Test If The Editor Load', () => {
it( 'Should Load', () => {
cy.visit( '/wp-admin/' );
cy.addElementorPage();
} );
} );