joplock/playwright-tests
igor 4978590b01
Some checks failed
Build and push Joplock image / build-and-push (push) Has been cancelled
fix(rendered): checkbox Enter always adds item; rendered-mode auto-title
- TinyMCE Enter at end of a non-empty checkbox now always inserts a new
  checkbox item, regardless of what follows (paragraph, another checkbox,
  or nothing). Exiting the list is done via Enter on an empty item. This
  fixes being unable to add items to an existing checklist that is
  followed by other text; only bottom-of-note appends worked before.
- Restore rendered-mode title auto-fill broken by ffb7bd0: onEdit now
  calls a cheap DOM-only autoTitleFromTinyMCE() instead of relying on a
  per-edit synthetic textarea 'input' event.
- Tests: rewrite checkbox-enter-behavior.spec.js (end-of-note,
  followed-by-text, empty-item exit); remove checkbox-exit.spec.js
  (encoded old exit-on-following-paragraph behavior); add
  autotitle-rendered.spec.js and tinymceOnEditSync auto-title guards.
2026-07-31 16:12:28 +12:00
..
ai-rendered.spec.js feat(editor): image/attachment lightbox, blank-line padding, round-trip + save-state fixes 2026-07-08 15:01:31 +12:00
attachment-padding.spec.js feat(editor): image/attachment lightbox, blank-line padding, round-trip + save-state fixes 2026-07-08 15:01:31 +12:00
auth-rate-limit.spec.js feat(editor): dual-mode editor — CodeMirror 6 markdown + TinyMCE 8 rendered 2026-07-06 17:00:57 +12:00
autotitle-rendered.spec.js fix(rendered): checkbox Enter always adds item; rendered-mode auto-title 2026-07-31 16:12:28 +12:00
checkbox-enter-behavior.spec.js fix(rendered): checkbox Enter always adds item; rendered-mode auto-title 2026-07-31 16:12:28 +12:00
code-block-blank-line.spec.js feat(editor): image/attachment lightbox, blank-line padding, round-trip + save-state fixes 2026-07-08 15:01:31 +12:00
desktop.spec.js feat(editor): image/attachment lightbox, blank-line padding, round-trip + save-state fixes 2026-07-08 15:01:31 +12:00
format-block.spec.js feat(export): note export (MD/HTML/DOCX/PDF) + FormatBlock fix + table borders 2026-07-14 13:53:56 +12:00
global-teardown.js docs: update sharing model in AGENT_GUIDE, add share- prefix to teardown 2026-07-24 14:45:20 +12:00
helpers.js feat: notebook/folder sharing 2026-07-24 11:15:11 +12:00
image-lightbox.spec.js feat(editor): image/attachment lightbox, blank-line padding, round-trip + save-state fixes 2026-07-08 15:01:31 +12:00
list-enter-split.spec.js test: add Playwright tests for Enter-split list items 2026-07-19 17:51:49 +12:00
mobile-shell.spec.js fix mobile shell layout and add display mode setting 2026-04-30 09:13:46 +12:00
modal-escape.spec.js Add regression tests for modal escape dismissal 2026-06-25 13:01:07 +12:00
mode-switch-edited.spec.js feat(editor): image/attachment lightbox, blank-line padding, round-trip + save-state fixes 2026-07-08 15:01:31 +12:00
regression.spec.js fix: theme persistence, FormatBlock/TinyMCE blocks dropdown, scrollbar consistency 2026-07-28 22:18:25 +12:00
resource-lifecycle.spec.js feat(editor): image/attachment lightbox, blank-line padding, round-trip + save-state fixes 2026-07-08 15:01:31 +12:00
search-esc.spec.js fix(search): restore in-note search highlight for rendered (TinyMCE) mode + two-stage Esc 2026-07-08 09:47:00 +12:00
search-highlight.spec.js fix(search): restore in-note search highlight for rendered (TinyMCE) mode + two-stage Esc 2026-07-08 09:47:00 +12:00
share-access.spec.js feat: notebook/folder sharing 2026-07-24 11:15:11 +12:00
share-modal.spec.js feat: notebook/folder sharing 2026-07-24 11:15:11 +12:00
share-revoke-move.spec.js feat: notebook/folder sharing 2026-07-24 11:15:11 +12:00
table-regression.spec.js Fix table row-insert scramble and round-trip stability 2026-07-30 15:39:59 +12:00
ui-mode.spec.js fix mobile shell layout and add display mode setting 2026-04-30 09:13:46 +12:00
upload-reload.spec.js feat(editor): dual-mode editor — CodeMirror 6 markdown + TinyMCE 8 rendered 2026-07-06 17:00:57 +12:00
upload.spec.js feat(editor): image/attachment lightbox, blank-line padding, round-trip + save-state fixes 2026-07-08 15:01:31 +12:00
vault-move.spec.js vault simplification: notes cannot leave vaults 2026-07-17 17:20:55 +12:00