cypress: enable some more tests.
Change-Id: I9e6e03e8fb082cfbb942b5af9a33e5b0a0037770 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94311 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
parent
262e9f9475
commit
53e887d193
2 changed files with 2 additions and 8 deletions
|
@ -219,8 +219,7 @@ describe('Change alignment settings.', function() {
|
|||
});
|
||||
});
|
||||
|
||||
it.skip('Change text indent via input field.', function() {
|
||||
// TODO: this fails, because the input field always becomes disabled.
|
||||
it('Change text indent via input field.', function() {
|
||||
helper.initAliasToNegative('originalTextPos');
|
||||
|
||||
getTextPosForFirstCell();
|
||||
|
@ -233,11 +232,6 @@ describe('Change alignment settings.', function() {
|
|||
openAlignmentPaneForFirstCell();
|
||||
|
||||
// TODO: First we need to increase indent to make the input enabled
|
||||
cy.get('#IncrementIndent')
|
||||
.click();
|
||||
|
||||
cy.wait(300);
|
||||
|
||||
cy.get('#IncrementIndent')
|
||||
.click();
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ describe('Change shape properties via mobile wizard.', function() {
|
|||
.should('have.attr', 'd', 'M 1965,4863 L 7957,18073 1965,18073 1965,4863 1965,4863 Z');
|
||||
});
|
||||
|
||||
it.skip('Change size with keep ratio enabled.', function() {
|
||||
it('Change size with keep ratio enabled.', function() {
|
||||
// TODO: Entering a value inside the spinbutton has no effect on the shape.
|
||||
if (Cypress.env('LO_CORE_VERSION') === 'master')
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue