This commit is contained in:
@@ -17,15 +17,8 @@ describe("Memo features", () => {
|
||||
);
|
||||
cy.get("[data-cy=notes]").type(
|
||||
`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}");
|
||||
);
|
||||
cy.ayChooseExistingTags("tags",['zone1','blue','zone2']);
|
||||
|
||||
cy.get("[data-cy='memo-edit:save'] > .v-btn__content").click();
|
||||
cy.url().should("include", "/home-memos"); //wait for nav
|
||||
cy.contains(`${Cypress.config("cyid")}-test-subject`).click(); //find and open memo record
|
||||
|
||||
Reference in New Issue
Block a user