aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2025-02-03 14:47:07 -0800
committerAndy Scherzinger <info@andy-scherzinger.de>2025-02-04 12:22:16 +0100
commit235671de0b528798d0da9baae7f3c791130e994b (patch)
treedde6f63332081224534ca5222fde350df0fe70b5 /cypress
parenta447b21805621b160a9768a8057744f1ef22ea29 (diff)
downloadnextcloud-server-235671de0b528798d0da9baae7f3c791130e994b.tar.gz
nextcloud-server-235671de0b528798d0da9baae7f3c791130e994b.zip
chore(cypress): Finish comment
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/e2e/files/files-filtering.cy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/files/files-filtering.cy.ts b/cypress/e2e/files/files-filtering.cy.ts
index 6c4ede5ac63..9499d9ff49c 100644
--- a/cypress/e2e/files/files-filtering.cy.ts
+++ b/cypress/e2e/files/files-filtering.cy.ts
@@ -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')