mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore(test): remove only() modifiers
This commit is contained in:
parent
cbccc8fd10
commit
8f92d8c565
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
context('Favorites', { scrollBehavior: false }, () => {
|
||||
beforeEach(() => cy.$login())
|
||||
|
||||
it.only('loads the list of favorites', () => {
|
||||
it('loads the list of favorites', () => {
|
||||
cy.$clickSidebarItem('Favorites')
|
||||
|
||||
cy.get('#favoritesWrapper')
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cbbf50d98a6f9d5a4fa5f837de8b2455169e9799
|
||||
Subproject commit c6c7604ba9928da1f9cafbc964d215e8c6bdb299
|
Loading…
Reference in a new issue