Skip to content

Commit 77db286

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 dc71012 commit 77db286

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
@@ -83,8 +83,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Apply paragraph properties
8383
.should('have.attr', 'ooo:numbering-type', 'number-style');
8484
});
8585

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

0 commit comments

Comments
 (0)