From 8a4b6c28cac97b9cb900f065b142b18b576458c0 Mon Sep 17 00:00:00 2001 From: Splines Date: Sun, 8 Sep 2024 14:52:04 +0200 Subject: [PATCH] Improve cypress test description --- spec/cypress/e2e/vouchers_spec.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/cypress/e2e/vouchers_spec.cy.js b/spec/cypress/e2e/vouchers_spec.cy.js index 684c70760..c667748f2 100644 --- a/spec/cypress/e2e/vouchers_spec.cy.js +++ b/spec/cypress/e2e/vouchers_spec.cy.js @@ -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);