Skip to content

Commit

Permalink
Improve cypress test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Sep 8, 2024
1 parent 52f6e9d commit 8a4b6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cypress/e2e/vouchers_spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ context("When traveling into the future", () => {
});
});

it("shows only non-expired vouchers (near future)", function () {
it("does not show expired vouchers (near future)", function () {
ROLES.forEach((role) => {
testCreateVoucher(role);
textExpiresAtWithTimeTravel(role);
Expand Down

0 comments on commit 8a4b6c2

Please sign in to comment.