From 8f80bc62c628101cb97b817a722e0b2dc7a4cbe1 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 25 Oct 2023 09:44:44 +0200 Subject: [PATCH] fix: better test title --- cypress/integration/layers/multilayers.cy.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/cypress/integration/layers/multilayers.cy.js b/cypress/integration/layers/multilayers.cy.js index 43bbff44d..572ca1448 100644 --- a/cypress/integration/layers/multilayers.cy.js +++ b/cypress/integration/layers/multilayers.cy.js @@ -1,13 +1,6 @@ import { getMaps } from '../../elements/map_canvas.js' -// import { -// DRILL_UP, -// DRILL_DOWN, -// VIEW_PROFILE, -// expectContextMenuOptions, -// } from '../../elements/map_context_menu.js' import { OrgUnitLayer } from '../../elements/orgunit_layer.js' import { ThematicLayer } from '../../elements/thematic_layer.js' -// import { CURRENT_YEAR } from '../../support/util.js' const INDICATOR_NAME = 'ANC 1 Coverage' @@ -19,7 +12,7 @@ describe('Multiple Layers', () => { const TLayer = new ThematicLayer() const OULayer = new OrgUnitLayer() - it('adds a thematic layer and an orgunit layer and changes the sorting', () => { + it('adds a thematic layer and an orgunit layer', () => { TLayer.openDialog('Thematic') .selectIndicatorGroup('ANC') .selectIndicator(INDICATOR_NAME)