update impress/apply_font_shape_spec.js to pass

probably since merge of

commit 5140abd2c94b96f2a32f0f7416ae79239a2af187
Date:   Fri May 3 14:14:26 2024 +0500

    tdf#152906: use correct Y offset

or similar of that topic

change 3285 to 3286

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: I4bd3509313c7a5801d5284eebc3882bf3550eed9
pull/8995/head
Caolán McNamara 2024-05-08 16:28:09 +01:00 committed by Michael Meeks
parent 5357b0e81f
commit e40bcccc4f
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ describe(['tagmobile', 'tagnextcloud', 'tagproxy'], 'Apply font on selected shap
triggerNewSVG();
cy.cGet('.leaflet-pane.leaflet-overlay-pane g.Page .TextPosition')
.should('have.attr', 'y', '3285');
.should('have.attr', 'y', '3286');
cy.cGet('.leaflet-pane.leaflet-overlay-pane g.Page .TextParagraph .TextPosition tspan')
.should('have.attr', 'font-size', '368px');
});