From f6a5b906120410f157b29251927e4a4a96ac3511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Zolnai?= Date: Thu, 20 Feb 2020 17:10:17 +0100 Subject: [PATCH] cypress: remove obsolete comment. Change-Id: I9d8293ed27cb756325ffde48f3bcf37f390a1651 --- .../integration_tests/mobile/writer/shape_properties_spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js index 88fb512d3..3b2b182ba 100644 --- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js +++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js @@ -52,7 +52,6 @@ describe('Change shape properties via mobile wizard.', function() { cy.get('#tb_actionbar_item_mobile_wizard') .click(); - // Do mirroring cy.get('#PosSizePropertyPanel') .click(); @@ -69,7 +68,6 @@ describe('Change shape properties via mobile wizard.', function() { cy.get('#mobile-wizard') .should('be.visible'); - // Do mirroring cy.get('#LinePropertyPanel') .click();