From 3b480acb5c89964e5e78d7ad5a10c70001e09ebe Mon Sep 17 00:00:00 2001 From: k3yi0 Date: Mon, 28 Mar 2022 14:47:44 +0200 Subject: [PATCH] fix: aggregate function no error pop up --- ui/cypress/integration/queryBuilder.test.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ui/cypress/integration/queryBuilder.test.ts b/ui/cypress/integration/queryBuilder.test.ts index 5ff235e35..58ba20ff1 100644 --- a/ui/cypress/integration/queryBuilder.test.ts +++ b/ui/cypress/integration/queryBuilder.test.ts @@ -94,20 +94,6 @@ describe('query builder', () => { }) cy.get('.builder-card--contents').within(() => { - cy.get('#flx-agrselectmean').click() - - // Temporarily jump outside the builder-card--body element scope to check whether or not notification error message popped up - cy.document() - .its('body') - .within(() => { - cy.get('.notification-error') - .should('exist') - .and( - 'have.text', - 'You must have at least one aggregation function selected' - ) - }) - cy.get('#flx-agrselectmax').click() cy.get('#flx-agrselectmean').click() })