Skip to content

Commit

Permalink
fix: better test title
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Oct 25, 2023
1 parent 2035c5e commit 8f80bc6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions cypress/integration/layers/multilayers.cy.js
Original file line number Diff line number Diff line change
@@ -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'

Expand All @@ -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)
Expand Down

0 comments on commit 8f80bc6

Please sign in to comment.