Skip to content

Commit

Permalink
add test for news popup
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Dec 20, 2024
1 parent 20bf9be commit 2d73fa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions proxy/test/ui/cypress/e2e/home.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,13 @@ describe('home page', () => {
cy.contains('Map configuration').should('be.visible')
cy.screenshot()
})

it('news', () => {
cy.visit('/#view=9.88/52.5134/13.4024&')

cy.get('.maplibregl-ctrl-news').click()

cy.contains('News').should('be.visible')
cy.screenshot()
})
})

0 comments on commit 2d73fa9

Please sign in to comment.