diff --git a/cypress/integration/remote.spec.js b/cypress/integration/remote.spec.js index 8f00ee3a..80e24e7b 100644 --- a/cypress/integration/remote.spec.js +++ b/cypress/integration/remote.spec.js @@ -1,7 +1,7 @@ describe('remote', () => { it('requires login', () => { cy.visit('/remote') - cy.get(['data-cy=loginForm']).should('be.visible') + cy.get('[data-cy=loginForm]').should('be.visible') }) it('logs in with valid username and password', () => {