Skip to content

Commit

Permalink
Rename test to better identify its meaning
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobArrow committed Dec 10, 2024
1 parent 46a2ea8 commit e5d1b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/favorites-list/favorites-list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe("Favorites list", () => {
});

// Test that the list of favorites is displayed with materials correctly
it("Favorites list basics", () => {
it("Favorites list render as expected", () => {
// Wait for element not in skeleton screen to prevent testing prematurely.
cy.get(".cover").should("be.visible");

Expand Down

0 comments on commit e5d1b51

Please sign in to comment.