mirror of
https://github.com/koel/koel
synced 2025-02-16 05:18:37 +00:00
fix: broken tests
This commit is contained in:
parent
3a5f585ea6
commit
a4819184bf
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…
Add table
Reference in a new issue