From 998f94c7c4163e5c529c52159e58667ef9b1bf66 Mon Sep 17 00:00:00 2001 From: felix-mu <57754753+felix-mu@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:25:21 +0200 Subject: [PATCH] Update editPanel.spec.ts --- cypress/integration/editPanel.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/integration/editPanel.spec.ts b/cypress/integration/editPanel.spec.ts index 36a77df..ee98831 100644 --- a/cypress/integration/editPanel.spec.ts +++ b/cypress/integration/editPanel.spec.ts @@ -50,7 +50,6 @@ describe('Open test dashboard with geomap panel and enter edit mode', () => { should('have.value', wmsUrl); } ); - ); e2e.components.PanelEditor.applyButton().click({force: true});