Skip to content

Commit

Permalink
PB-878: Remove unused comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Nov 25, 2024
1 parent 391f190 commit 89b0be4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/cypress/tests-e2e/print.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,6 @@ describe('Testing print', () => {
checkZoom(customZoom)
cy.checkOlLayer(['test.background.layer2', kmlID])

// Add a wait to make sure the print request is sent
// eslint-disable-next-line cypress/no-unnecessary-waiting
// cy.wait(2000) // Wait for 2 seconds

cy.wait('@printRequest').then((interception) => {
expect(interception.request.body).to.haveOwnProperty('layout')
expect(interception.request.body['layout']).to.equal('1. A4 landscape')
Expand Down

0 comments on commit 89b0be4

Please sign in to comment.