This commit is contained in:
2021-12-17 00:58:57 +00:00
parent 3ec770fb8c
commit 9c084aef01

View File

@@ -69,6 +69,7 @@ describe("When Accounting user logs in", () => {
`The quick brown fox jumped{enter}over the six lazy dogs{enter}eot`
);
//TODO: TURN THIS INTO A COMMAND AND THEN SWAP THAT OUT EVERY EXISTING TEST WITH TAG ENTRY
cy.get("[data-cy=tags]").click().type("zone1{downarrow}{enter}"); //select some tags
cy.get("[data-cy=tags]").click().type("blue{downarrow}{enter}");
cy.get("[data-cy=tags]").click().type("zone2{downarrow}{enter}");