01zulfi
ee74bb4fbf
web: fix edit note creation date test
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-03-24 16:30:18 +05:00
Abdullah Atta
ef99b47178
web: fix edit creation date test
2026-03-09 08:57:53 +05:00
Abdullah Atta
36584175e2
web: add support for test throttling
2026-03-07 12:47:44 +05:00
01zulfi
2b1c973177
web: allow editing note's created date from properties panel
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-14 14:13:42 +05:00
01zulfi
85b7760e1e
web: add more archive test cases ( #8040 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-06-16 14:08:06 +05:00
01zulfi
e7ec9e2aa3
web: add support for archiving notes ( #7810 )
...
* web: archive notes
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* global: arhives -> archived
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-06-16 14:05:54 +05:00
01zulfi
c701baaa2c
web: better ux when autosave is off ( #6610 ) ( #6849 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2024-12-23 14:30:03 +05:00
01zulfi
1d78402d5d
web: fix tags not showing in locked note ( #7061 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2024-12-10 09:58:13 +05:00
Abdullah Atta
f8a62ca437
web: fix note & notebook tests
2024-11-13 09:17:11 +05:00
Abdullah Atta
2417f8e233
global: fix many localization related errors and issues
2024-11-13 09:17:11 +05:00
Abdullah Atta
8a16ef9b85
web: fix unlock a note for editing test
2024-05-16 11:55:50 +05:00
Abdullah Atta
9195244890
web: fix tests
2024-05-10 12:31:55 +05:00
Abdullah Atta
f95c068bc1
web: fix all tests
2024-04-20 16:42:11 +05:00
Abdullah Atta
9e1a864f54
web: fix tests
2024-03-26 11:45:09 +05:00
Abdullah Atta
189a9da5b5
web: fix notes tests
2024-03-21 11:09:03 +05:00
Abdullah Atta
22bf738d21
web: make sure all tests are passing
2023-08-03 18:48:51 +05:00
Abdullah Atta
32b8b008f2
web: make export tests pass
2023-08-01 20:39:16 +05:00
Abdullah Atta
765fcafc38
web: fix all tests & improve notebook/topic deletion
2023-03-18 11:58:30 +05:00
Abdullah Atta
a0579278c9
web: fix all e2e tests
2023-02-13 18:13:54 +05:00
Abdullah Atta
9116a24392
global: update license year to 2023
2023-01-16 13:48:28 +05:00
Abdullah Atta
cf918ba459
web: increase sort tests timeout to 2 minutes
2023-01-03 22:08:40 +05:00
Abdullah Atta
db4126fe16
web: silently ignore non-applicable sort options in test
2023-01-03 21:37:19 +05:00
Muhammad Ali
00da012b3f
web: add sorting tests for notes, notebooks, tags & topics ( #1490 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-03 15:07:11 +05:00
Abdullah Atta
d31a43b463
web: rewrite the whole test suite to be more resilient
...
**Why?**
The old test suite was a confusing mess, hard to maintain, update, and
add more tests to. It lacked a much needed layer of expressivity &
the reusable functions were all over the place.
Since it used a global `page` (by mistake), it couldn't run in parallel.
Moreover, the global `page` approach caused random flakiness.
All the above reasons led to this OM (Object Model) based approach to tests.
The tests are now much more expressive, reslient, resuable & easier to
maintain. During the rewriting process I also added a couple more
tests (about 10) so this is a net improvement.
Previously, running the tests were also quite slow (15-25s avg). This has
now been improved to (5-8s avg) by running the tests in production.
This means the app now requires to be built before running the tests:
```sh
npm run build:test:web # this is only required once
npm run test:web
```
2022-09-14 11:50:24 +05:00