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:
parent
b6c9b3e20d
commit
2732f33238
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue