Skip to content

Commit

Permalink
change port back to 9002
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Collins authored and Chris Collins committed Sep 9, 2022
1 parent 47e9e76 commit d1f400c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ describe("mutations", () => {
before(() => {
// warm up elastic by issuing a `*` search
cy.login();
cy.visit("http://localhost:3000/search?query=%2A");
cy.visit("http://localhost:9002/search?query=%2A");
cy.wait(5000);
});

Expand Down

0 comments on commit d1f400c

Please sign in to comment.