mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: broken test. for real.
This commit is contained in:
parent
a4819184bf
commit
9afa6bb228
1 changed files with 1 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue