diff --git a/cypress/e2e/spec.cy.ts b/cypress/e2e/spec.cy.ts index fb3db51c..eec67b21 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" ); });