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 Oct 7, 2024
1 parent 70eb9d9 commit 2f20e4a
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 @@ -309,10 +309,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 2f20e4a

Please sign in to comment.