Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Feb 20, 2023
1 parent fb47378 commit 8b01351
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ describe('scaffolding component testing', {
cy.contains('li', 'vite').within(() => {
cy.findByLabelText('installed')
})
})

cy.contains('button', 'Continue').click()
cy.contains('button', 'Continue').click()

verifyConfigFile('cypress.config.js')
})
verifyConfigFile('cypress.config.js')
})

it('Scaffolds component testing for Solid using Vite', () => {
Expand Down

3 comments on commit 8b01351

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8b01351 Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/linux-arm64/feature/ct-public-api-8b01351a2a7ee2de91fb6c794d373b9303f56ffa/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8b01351 Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/linux-x64/feature/ct-public-api-8b01351a2a7ee2de91fb6c794d373b9303f56ffa/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8b01351 Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/darwin-x64/feature/ct-public-api-8b01351a2a7ee2de91fb6c794d373b9303f56ffa/cypress.tgz

Please sign in to comment.