Skip to content

Commit

Permalink
update cache key and tests that should not pass [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Oct 29, 2024
1 parent 6ec9b63 commit 3fe06a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .circleci/cache-version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Bump this version to force CI to re-create the cache from scratch.

10-28-24
10-30-24-wds-3-removal
26 changes: 0 additions & 26 deletions packages/launchpad/cypress/e2e/scaffold-component-testing.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,6 @@ const ONE_MINUTE = 1000 * 60
describe('scaffolding component testing', {
taskTimeout: ONE_MINUTE,
}, () => {
context('vuecli4vue2', () => {
it('scaffolds component testing for Vue CLI 4 w/ Vue 2 project', () => {
startSetupFor('vueclivue2-unconfigured')

// should detect correctly
cy.get('button').should('be.visible').contains('Vue CLI (Vue 2)(detected)')
cy.get('button').contains('Next step').click()
cy.findByRole('button', { name: 'Continue' }).click()
cy.get('[data-cy="launchpad-Configuration files"]').should('be.visible')
verifyConfigFile(`cypress.config.js`)
})
})

context('vuecli4vue3', () => {
it('scaffolds component testing for Vue CLI 4 w/ Vue 3 project', () => {
startSetupFor('vueclivue3-unconfigured')

// should detect correctly
cy.get('button').should('be.visible').contains('Vue CLI (Vue 3)(detected)')
cy.get('button').contains('Next step').click()
cy.findByRole('button', { name: 'Continue' }).click()
cy.get('[data-cy="launchpad-Configuration files"]').should('be.visible')
verifyConfigFile(`cypress.config.js`)
})
})

context('vuecli5vue3', () => {
it('scaffolds component testing for Vue CLI 5 w/ Vue 3 project', () => {
startSetupFor('vuecli5vue3-unconfigured')
Expand Down

0 comments on commit 3fe06a9

Please sign in to comment.