super-productivity/e2e/tests/import-export
Johannes Millan 08f452a1fe fix(tasks): handle markdown links in short syntax URL extraction (#7032)
The SHORT_SYNTAX_URL_REG_EX greedily matched the closing ')' from
markdown link syntax like [Website](https://example.com/), producing
malformed URLs and broken titles in extract mode. Fix by detecting
markdown links first, extracting their URLs correctly, then running
the plain URL regex on the remainder.
2026-03-30 23:01:48 +02:00
..
archive-import-persistence.spec.ts fix(lint): resolve prettier formatting and lint errors from CI run 2026-03-24 18:08:30 +01:00
archive-subtasks.spec.ts test(e2e): fix done-toggle selector to use element instead of class 2026-03-24 16:25:42 +01:00
markdown-link-persistence.spec.ts fix(tasks): handle markdown links in short syntax URL extraction (#7032) 2026-03-30 23:01:48 +02:00