fix: broken tests

This commit is contained in:
Phan An 2019-12-27 11:47:55 +07:00
parent 3a5f585ea6
commit a4819184bf

View file

@ -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', () => {