Skip to content

Commit

Permalink
fix test after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
psorensen committed Jan 19, 2024
1 parent 433809f commit 42ab84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cypress/e2e/admin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ describe("Admin can login and open dashboard", () => {
});

it("Activate Curated Query Loop and deactivate it back", () => {
cy.deactivatePlugin("query-loop-post-picker");
cy.activatePlugin("query-loop-post-picker");
cy.deactivatePlugin("curated-query-loop");
cy.activatePlugin("curated-query-loop");
});

it("Create new post, add Curated Query Loop and add a post", () => {
Expand Down

0 comments on commit 42ab84f

Please sign in to comment.