Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed May 23, 2022
1 parent ff425a6 commit 47eaed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/launchpad/src/setup/EnvironmentSetup.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('<EnvironmentSetup />', { viewportWidth: 800 }, () => {
})
// alphabetical order
// we should "support is in alpha" for a11y (not shown visually)
.should('deep.eq', ['Create React App (v5) Support is in Alpha', 'Vue.js (v3)'])
.should('deep.eq', ['Create React App (v5) Support is in Alpha', 'Vue.js (v3)'])

const frameworkIconName = (frameworkName: string) => {
if (frameworkName.includes('React')) {
Expand Down

0 comments on commit 47eaed7

Please sign in to comment.