From c951f4268af20f8dff0122768c00c7be1d2ecdf1 Mon Sep 17 00:00:00 2001 From: Mathieu Schimmerling Date: Fri, 25 Oct 2024 01:41:44 +0200 Subject: [PATCH] ci: fix e2e test --- cypress/e2e/spec.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/spec.cy.ts b/cypress/e2e/spec.cy.ts index fb3db51..eec67b2 100644 --- a/cypress/e2e/spec.cy.ts +++ b/cypress/e2e/spec.cy.ts @@ -5,7 +5,7 @@ describe("Initial frameworks", () => { cy.get("[data-framework-id-selected-list]").should( "have.attr", "data-framework-id-selected-list", - "react,svelte4" + "react,svelte5" ); });