-
Notifications
You must be signed in to change notification settings - Fork 109
[stable27] fix: handle non markdown files in conflicts #4272
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
Conversation
6 failed and 1 flaky tests on run #11700 ↗︎Details:
|
|||||||||||||||||||||||||||||||||||||||
| Test | Artifacts | |
|---|---|---|
| Workspace > relative folder links |
Output
Screenshots
|
|
nodes/Links.spec.js • 3 failed tests
| Test | Artifacts | |
|---|---|---|
| ... > without text |
Output
Screenshots
|
|
| ... > with selected text |
Output
Screenshots
|
|
| ... > link to directory |
Output
Screenshots
|
|
attachments.spec.js • 2 failed tests
cypress/e2e/api/SyncServiceProvider.spec.js • 1 flaky test
| Test | Artifacts | |
|---|---|---|
| Sync service provider > recovers from a dropped message |
Output
Screenshots
|
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
f18b8a2 to
d515820
Compare
|
Mh, Cypress failures might be related? 🤔 |
d515820 to
0fed695
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
Hm, not sure what goes wrong there yet, also test seem fine on stable26 and main |
0fed695 to
07599c2
Compare
07599c2 to
f0efbc2
Compare
f0efbc2 to
ee739bb
Compare
ee739bb to
c0f9225
Compare
c0f9225 to
89997d8
Compare
89997d8 to
78e1c69
Compare
|
I think cypress is running with compiled assets. |
|
moving to 27.1.0 |
|
➡️ For beta 2 |
|
Please merge or update milestone to |
Do not parse non markdown files when resetting the content. Fixes #4205. Signed-off-by: Max <[email protected]>
Both the `.text-editor__main` and the `#read-only-editor` are not part of the Editor component that the style is scoped for. Signed-off-by: Max <[email protected]>
Text files are rendered as code blocks. Do not apply the prosemirror style to keep the background color. Signed-off-by: Max <[email protected]>
Signed-off-by: Max <[email protected]>
78e1c69 to
36b2622
Compare
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
|
Same tests are failing on the main branch. They are due to changes in the file picker. |
Backport of #4220