Skip to content

fix(new-render): fix composition texts spec files#455

Draft
daniel-herrero wants to merge 1 commit intoepic/new-renderfrom
dherrero/task/new-render-fix-composition-text
Draft

fix(new-render): fix composition texts spec files#455
daniel-herrero wants to merge 1 commit intoepic/new-renderfrom
dherrero/task/new-render-fix-composition-text

Conversation

@daniel-herrero
Copy link
Collaborator

Done Definition Checks

Taiga URL (optional)

If relevant, include the Taiga URL
Taiga Ticket: NUMBER

Description

This PR resolves ...

What problem are you trying to solve?

... explain What? Why? and How?
... include a funny gif (optional)

Solution

How did you solve the problem?

How to test

  • Check the code
  • Update the test case in Qase (Automation Status field or steps changed)
  • It complies with the test conventions
  • There are no missing snapshots for win32 (x3 browsers)
  • The tests run OK

Screenshots 📸 (optional)

If relevant, include screenshots

Anything Else? (optional)

@daniel-herrero daniel-herrero force-pushed the dherrero/task/new-render-fix-composition-text branch 2 times, most recently from 2e9fc9a to 2c147ff Compare March 9, 2026 08:33
@daniel-herrero daniel-herrero force-pushed the dherrero/task/new-render-fix-composition-text branch from 2c147ff to 55129f1 Compare March 9, 2026 08:46
@daniel-herrero daniel-herrero force-pushed the dherrero/task/new-render-fix-composition-text branch from 55129f1 to 7e82877 Compare March 9, 2026 09:16
@daniel-herrero daniel-herrero force-pushed the dherrero/task/new-render-fix-composition-text branch from 7e82877 to 385028d Compare March 9, 2026 09:36
@daniel-herrero daniel-herrero force-pushed the dherrero/task/new-render-fix-composition-text branch from 385028d to 6b7b103 Compare March 9, 2026 10:25
@daniel-herrero daniel-herrero force-pushed the dherrero/task/new-render-fix-composition-text branch from 6b7b103 to 965376e Compare March 9, 2026 10:53
await designPanelPage.changeWidthForLayer('200');
await mainPage.waitForChangeIsUnsaved();
await mainPage.waitForChangeIsSaved();
await designPanelPage.changeHeightForLayer('200');
Copy link
Collaborator Author

@daniel-herrero daniel-herrero Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The screenshot is failing because the height doesn't change to 200px at a unique attempt (possibly related to this issue)

await mainPage.waitForResizeHandlerVisible();
await mainPage.focusLayerViaShortcut();
await expect(mainPage.viewport).toHaveScreenshot(
'text-stroke-inside-dotted.png',
Copy link
Collaborator Author

@daniel-herrero daniel-herrero Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depending on this issue, the screenshot will be regenerated (accepting the new behavior) or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant