mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
chore(cypress): Finish comment
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
16bd639619
commit
d5532a9d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ describe('files: Filter in files list', { testIsolation: true }, () => {
|
|||
navigateToFolder('folder')
|
||||
getRowForFile('folder').should('not.exist')
|
||||
|
||||
// See that the chip is still
|
||||
// See that the chip is still active
|
||||
filesFilters.activeFilters()
|
||||
.should('have.length', 1)
|
||||
.contains(/Folder/).should('be.visible')
|
||||
|
|
|
|||
Loading…
Reference in a new issue