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 8304162d8..69dcf731c 100644 --- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js +++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js @@ -133,6 +133,9 @@ describe('Change shape properties via mobile wizard.', function() { cy.get('#ratio #ratio') .should('have.prop', 'checked', true); + // TODO: flickering here? + cy.wait(300); + // Change height cy.get('#selectheight .spinfield') .clear()