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')