From 24aabd2b023c2280af9622487ba115c2dfad9c84 Mon Sep 17 00:00:00 2001 From: prssanna Date: Thu, 18 Feb 2021 11:24:25 +0530 Subject: [PATCH] fix: ui tests --- cypress/support/commands.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 416d782ffe..1964b96d70 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -312,7 +312,6 @@ Cypress.Commands.add('add_filter', () => { cy.get('.filter-section .filter-button').click(); cy.wait(300); cy.get('.filter-popover').should('exist'); - cy.get('.filter-popover').find('.add-filter').click(); }); Cypress.Commands.add('clear_filters', () => {