From 4faee290bd9bb99edd898b46aa2caa7601e264de Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Tue, 9 Apr 2024 14:24:39 +0200 Subject: [PATCH] chore: fix merge fail --- .../integration/view/view_dashboard/resize_dashboards_bar.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/cypress/integration/view/view_dashboard/resize_dashboards_bar.js b/cypress/integration/view/view_dashboard/resize_dashboards_bar.js index ec1b41b0f..3d8162f0c 100644 --- a/cypress/integration/view/view_dashboard/resize_dashboards_bar.js +++ b/cypress/integration/view/view_dashboard/resize_dashboards_bar.js @@ -8,9 +8,6 @@ import { EXTENDED_TIMEOUT } from '../../../support/utils.js' const RESP_CODE_200 = 200 const RESP_CODE_201 = 201 -const RESP_CODE_200 = 200 -const RESP_CODE_201 = 201 - // Scenario: I change the height of the control bar When('I drag to increase the height of the control bar', () => { cy.intercept('PUT', '/userDataStore/dashboard/controlBarRows').as('putRows')