Skip to content

Commit

Permalink
ci: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Oct 24, 2024
1 parent cc96391 commit c951f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
});

Expand Down

0 comments on commit c951f42

Please sign in to comment.