Skip to content

Commit

Permalink
[end2end] cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
nworr authored and Gustry committed Nov 17, 2022
1 parent 5fd270b commit d485975
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/end2end/cypress/integration/projects_embed_layer-ghaction.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// projects_filename.js created with Cypress
//
// Start writing your Cypress tests below!
// If you're unfamiliar with how Cypress works,
// check out the link below and learn how to write your first test:
// https://on.cypress.io/writing-first-test
describe('Projet with embed layer', () => {

it('projet with embed layer can be loaded', () => {
cy.visit('/index.php/view/map/?repository=testsrepository&project=embed_layer')
cy.get('#map').should('exist')
})

})

0 comments on commit d485975

Please sign in to comment.