Skip to content

Commit

Permalink
Rename spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
p2635 committed Jan 26, 2024
1 parent 1f8d668 commit 868b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/cardActions.cy.js → cypress/e2e/cards.cy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Introduction to Cypress, Chapter 7 - Assertions
describe("Card actions", () => {
describe("Cards", () => {
before("reset the data and create the board", () => {
cy.request("POST", "/api/reset");
cy.request("POST", "/api/boards", { name: "new board" });
Expand Down

0 comments on commit 868b259

Please sign in to comment.