cypress: mobile: fix random failure in shape properties tests.

Change-Id: Icb531d97429c8f7abfc73ef01e31e09822faba43
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92964
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
Tamás Zolnai 2020-04-27 10:16:16 +02:00
parent b6c9b3e20d
commit 2732f33238

View file

@ -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()