fix: broken test. for real.

This commit is contained in:
Phan An 2019-12-27 11:58:14 +07:00
parent a4819184bf
commit 9afa6bb228

View file

@ -1,7 +1,7 @@
describe('remote', () => { describe('remote', () => {
it('requires login', () => { it('requires login', () => {
cy.visit('/remote') 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', () => { it('logs in with valid username and password', () => {