cypress: remove obsolete comment.

Change-Id: I9d8293ed27cb756325ffde48f3bcf37f390a1651
This commit is contained in:
Tamás Zolnai 2020-02-20 17:10:17 +01:00
parent 389720d948
commit f6a5b90612

View file

@ -52,7 +52,6 @@ describe('Change shape properties via mobile wizard.', function() {
cy.get('#tb_actionbar_item_mobile_wizard') cy.get('#tb_actionbar_item_mobile_wizard')
.click(); .click();
// Do mirroring
cy.get('#PosSizePropertyPanel') cy.get('#PosSizePropertyPanel')
.click(); .click();
@ -69,7 +68,6 @@ describe('Change shape properties via mobile wizard.', function() {
cy.get('#mobile-wizard') cy.get('#mobile-wizard')
.should('be.visible'); .should('be.visible');
// Do mirroring
cy.get('#LinePropertyPanel') cy.get('#LinePropertyPanel')
.click(); .click();