diff --git a/proxy/test/ui/cypress/e2e/home.cy.js b/proxy/test/ui/cypress/e2e/home.cy.js index 25a87e95..4a298f11 100644 --- a/proxy/test/ui/cypress/e2e/home.cy.js +++ b/proxy/test/ui/cypress/e2e/home.cy.js @@ -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() + }) })