ci: fix e2e test

This commit is contained in:
Mathieu Schimmerling
2024-10-25 01:41:44 +02:00
parent cc96391a4d
commit c951f4268a

View File

@@ -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"
);
});