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 556c9e2 commit 1f8d668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/interactions.cy.js → cypress/e2e/lists.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Introduction to Cypress, Chapter 6 - Interactions
describe("Interactions", () => {
describe("List tests", () => {
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 1f8d668

Please sign in to comment.