From d5532a9d7d9bd41cca524a0771fd3c8e79be1bce Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 3 Feb 2025 14:47:07 -0800 Subject: [PATCH] chore(cypress): Finish comment Signed-off-by: Christopher Ng --- cypress/e2e/files/files-filtering.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')