From 89b0be4af2979a7638c663f01a89d5d5e90331ca Mon Sep 17 00:00:00 2001 From: Ismail Sunni Date: Mon, 7 Oct 2024 15:57:09 +0700 Subject: [PATCH] PB-878: Remove unused comment. --- tests/cypress/tests-e2e/print.cy.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/cypress/tests-e2e/print.cy.js b/tests/cypress/tests-e2e/print.cy.js index 3e181260c..b5f192a64 100644 --- a/tests/cypress/tests-e2e/print.cy.js +++ b/tests/cypress/tests-e2e/print.cy.js @@ -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')