Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: resize map when opening full screen in dashboard #3440

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: update eventlayer cypress test
  • Loading branch information
BRaimbault committed Jan 9, 2025
commit efc0ba57b13c3b86e92c49a019688aae0596501b
6 changes: 5 additions & 1 deletion cypress/integration/layers/eventlayer.cy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EventLayer } from '../../elements/event_layer.js'
import { EXTENDED_TIMEOUT } from '../../support/util.js'
import { CURRENT_YEAR, EXTENDED_TIMEOUT } from '../../support/util.js'

context('Event Layers', () => {
beforeEach(() => {
Expand Down Expand Up @@ -57,6 +57,10 @@ context('Event Layers', () => {
Layer.openDialog('Events')
.selectProgram('Inpatient morbidity and mortality')
.validateStage('Inpatient morbidity and mortality')
.selectTab('Period')
.selectPeriodType('Start/end dates')
.typeStartDate(`${CURRENT_YEAR - 5}-01-01`)
.typeEndDate(`${CURRENT_YEAR}-11-30`)
.selectTab('Style')
.selectViewAllEvents()
.selectTab('Org Units')
Expand Down
Loading