heynote/tests
2025-08-03 14:17:46 +02:00
..
auto-closing-brackets.spec.js CloseBrackets setting toggle (#102) 2024-01-04 14:52:41 +01:00
basic-editing.spec.js Add functionality for inserting the current date and time 2025-04-22 18:31:28 +02:00
block-creation.spec.js Fix race condition that could cause the editor to not scroll the cursor(s) into the viewport upon loading 2024-12-09 12:37:05 +01:00
block-parsing.spec.js Move block parsing functions into their own JS module so that they can be imported in node land when running Playwright tests 2025-01-07 19:09:16 +01:00
buffer-creation.spec.js Add feature for moving the current block to another buffer 2025-01-07 23:17:23 +01:00
cursor-document-navigation.spec.js Try to make test less flaky 2025-07-17 20:40:36 +02:00
custom-font.spec.js Fix flaky tests 2025-04-19 13:37:23 +02:00
custom-key-bindings.spec.js Use "Ctrl" instead of "Control" when recording key bindings 2025-04-23 15:28:58 +02:00
delete-block.spec.js Position the cursor at the beginning of the next block when a block is deleted 2025-01-09 14:16:20 +01:00
delete-line.spec.js fix: Block corruption when deleting block content using deleteLine command (#134) 2024-02-07 13:03:59 +01:00
emacs-clipboard-keys.spec.js Revamp key bindings 2025-04-19 13:37:23 +02:00
folding.spec.js Increase timeouts to make test less flaky 2025-07-18 23:20:25 +02:00
formatting.spec.js Fix race condition that could cause the editor to not scroll the cursor(s) into the viewport upon loading 2024-12-09 12:37:05 +01:00
language-detection.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
language-selector.spec.js Make language selector also search through the languages' filename suffixes (using the guesslang attribute) 2025-01-03 15:59:44 +01:00
markdown.spec.js Downgrade @codemirror/lang-markdown to 6.3.0 (from 6.3.2) since something in 6.3.1 causes lists to not be continued when pressing enter at the end of a list. 2025-04-25 16:13:26 +02:00
math.spec.js Add prev variable to Math blocks that holds the previous value (#156) 2024-01-11 21:28:11 +01:00
move-block-between-buffers.spec.js Merge branch 'main' into feat/move-block 2025-04-22 18:00:32 +02:00
move-block.spec.js Merge branch 'main' into feat/move-block 2025-04-22 18:00:32 +02:00
note-format.spec.js WIP: Multiple notes support 2024-12-09 12:37:05 +01:00
search-replace.spec.js Add tests for (search- and) replace functionality 2025-07-09 16:31:12 +02:00
search.spec.js Try to fix tests that are broken on CI/Linux 2025-07-09 23:01:30 +02:00
selection-matching.spec.js Try to fix tests that are broken on CI/Linux 2025-07-09 23:01:30 +02:00
settings.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
tab-size-setting.spec.js Add ability to use tabs for indentation instead of spaces 2025-04-22 20:41:29 +02:00
tabs.spec.js Add basic tests for tabs 2025-08-03 14:17:46 +02:00
test-utils.js Add test for overriding one of the default key bindings 2025-04-20 13:22:38 +02:00