Skip to content

Commit c967bd4

Browse files
committed
Revert "cypress: skip failing linespacing test"
This reverts commit 4a4c09e. Signed-off-by: Szymon Kłos <[email protected]> Change-Id: I9ca7b8adc0060c03d359bfa2cdc96538c7ad5e5e
1 parent a045b83 commit c967bd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cypress_test/integration_tests/desktop/impress/apply_paragraph_props_text_spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Apply paragraph properties
9191
.should('have.attr', 'ooo:numbering-type', 'number-style');
9292
});
9393

94-
// FIXME: fails on 6600 might be related to recent core margin updates
95-
it.skip('Increase/decrease spacing of selected text.', function() {
94+
it('Increase/decrease spacing of selected text.', function() {
9695
selectText();
9796
cy.cGet('#document-container g.Page .TextParagraph:nth-of-type(2) tspan')
9897
.should('have.attr', 'y', '6600');

0 commit comments

Comments
 (0)