Skip to content

Commit c8d4b48

Browse files
committed
chore: should fix environments default kuzzle version tests
1 parent 21760ff commit c8d4b48

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/cypress/integration/single-backend/environments.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ describe('Environments', function() {
102102
).should('not.exist')
103103

104104
cy.get('[data-cy=Environment-SubmitButton]').click()
105-
cy.get('[data-cy="CreateEnvironment-backendVersion--group"]').should(
106-
'contain',
107-
'You must select a backend version'
108-
)
109105
cy.url().should('contain', '/create-connection/')
110106
})
111107

0 commit comments

Comments
 (0)