cypress: disable this unstable test.
Change-Id: I4682f00e7592f6aba5ef5a1e9bdd99339416c1e0 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98536 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
parent
a8e25571b1
commit
58521f42c4
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ describe('Change shape properties via mobile wizard.', function() {
|
|||
.should('have.length.greaterThan', 12);
|
||||
});
|
||||
|
||||
it('Change line width', function() {
|
||||
it.skip('Change line width', function() {
|
||||
openLinePropertyPanel();
|
||||
|
||||
cy.get('#linewidth .spinfield')
|
||||
|
|
Loading…
Reference in a new issue