We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d75bb8 commit d3d0ff8Copy full SHA for d3d0ff8
tests/cypress/integration/admin.test.js
@@ -1,4 +1,9 @@
1
describe( 'Admin can login and make sure plugin is activated', () => {
2
+ before( () => {
3
+ cy.login();
4
+ cy.disableElasticPress();
5
+ } );
6
+
7
beforeEach( () => {
8
cy.login();
9
} );
0 commit comments