Skip to content

Commit d3d0ff8

Browse files
committed
Disable ElasticPress to try and fix an issue but also because it's not needed for the other tests
1 parent 4d75bb8 commit d3d0ff8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/cypress/integration/admin.test.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
describe( 'Admin can login and make sure plugin is activated', () => {
2+
before( () => {
3+
cy.login();
4+
cy.disableElasticPress();
5+
} );
6+
27
beforeEach( () => {
38
cy.login();
49
} );

0 commit comments

Comments
 (0)