cypress: reenable fixed test cases.

Change-Id: I5820c8ea314b1c9292e69bab3c147fe2e9e77945
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94252
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
feature/jsdialogs
Tamás Zolnai 2020-05-14 19:21:51 +02:00
parent eacf089363
commit ef2304b8e0
2 changed files with 3 additions and 5 deletions

View File

@ -211,7 +211,7 @@ describe('Change shape properties via mobile wizard.', function() {
.should('have.attr', 'stroke', 'rgb(152,0,0)');
});
it.skip('Change line style', function() {
it('Change line style', function() {
// TODO: Layout of the line properties panel is completely broken.
if (Cypress.env('LO_CORE_VERSION') === 'master')
return;

View File

@ -284,8 +284,7 @@ describe('Change table properties / layout via mobile wizard.', function() {
helper.afterAll('table_properties.odt');
});
// Regression here: we can't enter value directly into the spinfield
it.skip('Change row height.', function() {
it('Change row height.', function() {
// TODO: Select all does not work with core/master
// Table panel layout is also broken
if (Cypress.env('LO_CORE_VERSION') === 'master')
@ -315,8 +314,7 @@ describe('Change table properties / layout via mobile wizard.', function() {
helper.afterAll('table_properties.odt');
});
// Regression here: we can't enter value directly into the spinfield
it.skip('Change column width.', function() {
it('Change column width.', function() {
// TODO: Select all does not work with core/master
// Table panel layout is also broken
if (Cypress.env('LO_CORE_VERSION') === 'master')