Skip to content

Commit

Permalink
fix: category e2e test and moved test files to dedicated dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-McFaddin committed Jun 28, 2023
1 parent 3cef705 commit 98f0b6f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ describe("Create a new category", () => {
});
cy.wait("@editCategory");
cy.wait("@getCategory");
cy.get("td").last().should("contain", "Test Updated New Category First");
cy.get("tr")
.last()
.should("contain", "Test Updated New Unique Category First");

// Cancel edit
cy.get('[data-testid="drop-down-mini"]').last().click();
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 98f0b6f

Please sign in to comment.