Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(editor): Position outline in the margin left of editor #1615

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

mejo-
Copy link
Member

@mejo- mejo- commented Dec 18, 2024

Fixes: #1614

๐Ÿ–ผ๏ธ Screencast

๐Ÿก After
recording1

๐Ÿ Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits

@mejo- mejo- added bug Something isn't working bug: regression 3. to review labels Dec 18, 2024
@mejo- mejo- requested a review from juliusknorr December 18, 2024 15:08
@mejo- mejo- self-assigned this Dec 18, 2024
@mejo- mejo- requested a review from max-nextcloud as a code owner December 18, 2024 15:08
This works around a race condition and is not the perfect solution, but
it fixes a long-standing flaky test.

Signed-off-by: Jonas <[email protected]>
Apparently there's a race condition that results in the edit mode not
being activated when creating a page from template in Cypress. This
happens in the majority of runs of this test. I was never able to
manually reproduce this problem.

Instead of living with a mostly failing test, let's disable the check
for edit mode for now. This way we at least have a test for using the
template page again and hopefully a green CI.

Signed-off-by: Jonas <[email protected]>
@mejo- mejo- force-pushed the fix/outline_position branch from 0f4b9da to a288018 Compare December 19, 2024 10:52
@mejo- mejo- merged commit de20a9f into main Dec 19, 2024
50 checks passed
@mejo- mejo- deleted the fix/outline_position branch December 19, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Outline placed over the text body
3 participants