Ejaaz Khan
da936cc2fe
test: add correct id for copying title
2025-12-09 17:40:54 +05:30
Ejaaz Khan
1f33616371
test: fix route to worksapce test case
2025-12-09 17:37:38 +05:30
Ejaaz Khan
f04cc04502
test: apply doctype filter while seearching file
2025-12-09 17:25:40 +05:30
Ejaaz Khan
33d9a7f622
test: use click instead of enter
2025-12-06 00:56:28 +05:30
Ejaaz Khan
f2a4697bfe
test: select option before navigating
2025-12-05 23:25:57 +05:30
Ejaaz Khan
6c5c0d7921
test: remove wait and select option
2025-12-05 22:56:36 +05:30
Ejaaz Khan
d95b20e970
test: fix failing test of listview settings
2025-12-05 22:42:48 +05:30
Ejaaz Khan
e322965a3e
test: add wait in jump to field
2025-12-04 11:34:21 +05:30
Raffael Meyer
93a9f3c41d
test: implement datetime field validation tests ( #34912 )
2025-12-03 02:48:48 +01:00
Ejaaz Khan
7a99f885d4
Merge pull request #34992 from sokumon/sidebar-fixes
...
feat: move awesombar to sidebar
2025-12-02 16:06:38 +05:30
Ejaaz Khan
c619556b95
test: comment flacky test
2025-12-02 15:42:29 +05:30
Ejaaz Khan
10d35b10e0
test: add after each method
2025-12-02 15:25:50 +05:30
Ejaaz Khan
cadbf4a2f6
test: close modal before each test and add delay
2025-12-02 15:05:57 +05:30
Ejaaz Khan
7b654c5914
test: add dealy after body click
2025-12-02 12:46:10 +05:30
Raffael Meyer
a9c4bac950
fix: speed up link field ( #34689 )
2025-12-01 19:31:27 +01:00
Sagar Vora
aab68012d0
perf: ignore link validation if no fetch and value in awesomplete list
2025-12-01 20:59:51 +05:30
Ejaaz Khan
1a1aa4170a
test: use id instead of text in test
2025-12-01 11:59:45 +05:30
Ejaaz Khan
8208ff2d17
Merge pull request #34899 from iamejaaz/cool-awesomebar
...
feat: cool awesomebar
2025-11-27 10:27:25 +05:30
Ejaaz Khan
4e2587fd4f
test: fixed failing test cases of cool awesomebar
2025-11-26 17:18:22 +05:30
Ejaaz Khan
252fde05b0
test: add test case to open search modal
2025-11-26 15:43:48 +05:30
git-avc
698537bb4f
fix: more tests
2025-11-22 22:22:12 +01:00
git-avc
c7403b5325
fix: actions test
2025-11-22 21:58:35 +01:00
Raffael Meyer
9b037f2207
test(custom_buttons): fix sidebar collapse logic ( #34812 )
2025-11-21 03:03:31 +01:00
Raffael Meyer
dbcb7b608a
fix(custom_buttons): improve sidebar collapse logic to check for expanded state ( #34809 )
2025-11-21 02:15:54 +01:00
Soham Kulkarni
c56e397514
Merge pull request #34565 from sokumon/desktop
...
feat: Desktop
2025-11-17 13:07:22 +05:30
Raffael Meyer
1111d0257f
test: ignore missing param for cy.remove_doc ( #34697 )
...
This makes it easier to clean up db state before running a test.
2025-11-15 10:19:49 +05:30
Raffael Meyer
e2d2af4628
test: translate button label ( #34700 )
2025-11-14 19:11:28 +01:00
sokumon
0d18a4d00e
fix(test): empty my workspaces before test starts
2025-11-14 23:05:14 +05:30
sokumon
86d8a3d9b9
fix: delete private workspace from my workspaces as well
2025-11-14 23:05:14 +05:30
sokumon
f49d7cf53c
fix: grid search test and semgrep
2025-11-14 23:05:14 +05:30
sokumon
c8f499ab2f
fix: ui tests
2025-11-14 23:05:14 +05:30
sokumon
fa4e826411
chore: rename app to desk in ui tests
2025-11-14 23:05:13 +05:30
sokumon
219ba386ab
feat: show private workspaces in My Workspaces
2025-11-14 23:05:12 +05:30
Ejaaz Khan
51f17a6726
Merge pull request #34395 from iamejaaz/fix-flacky-test
...
test: fix flaky test of setting default value
2025-10-14 16:56:40 +05:30
Ejaaz Khan
e1d522ad4e
test: fix flacky test of setting default value
2025-10-14 16:27:43 +05:30
Sagar Vora
5bb51a294f
test: use permitted user for link field test
2025-10-14 14:49:03 +05:30
sokumon
49b6dbd903
fix(test): create one row at a time
2025-09-30 17:06:15 +05:30
Raffael Meyer
2955e65525
fix: round seconds to minutes in Duration ( #34020 )
2025-09-17 16:15:40 +02:00
Raffael Meyer
08de97b1ce
fix: respect duration options in formatting ( #32053 )
2025-09-03 03:18:45 +02:00
Ejaaz Khan
276a27ec82
test: fix modal popup title
2025-08-26 14:35:29 +05:30
Ejaaz Khan
891a568d25
test: fix click todo button test
2025-08-08 12:25:05 +05:30
mergify[bot]
a35763039c
Merge branch 'develop' into new-scrollable-list-view
2025-08-06 06:36:22 +00:00
Ejaaz Khan
435b6d0144
Merge pull request #32143 from marination/list-view-buttons
...
fix: Render List row buttons as columns
2025-07-31 12:13:20 +05:30
Soham Kulkarni
64db88228f
refactor: seperate blogs into a seperate app ( #32737 )
...
* fix: remove doctypes,workspace blocks, files
* fix: minor python tests and UI tests
* fix: remove blog post from tests
* fix: remove blogger as role for tests
* fix: add check for if doctype exists
* fix: ui test
* fix: more cleanup
* fix: cleanup comments and fix test_query
* fix: resolve conflicts
* fix: add warning and handle comments
2025-07-28 14:35:02 +05:30
marination
e9fed9dcc9
fix: Render List row buttons as columns to avoid overflow
...
- In the RHS, the buttons caused the like button to flow outside the container
2025-04-15 18:18:31 +02:00
Ejaaz Khan
43f23ee0a1
test: fix failing test case
2025-03-30 12:48:13 +05:30
Soham Kulkarni
d95386edd8
Merge pull request #31287 from sokumon/better-sidebar
...
fix: more sidebar improvements
2025-02-28 23:54:08 +05:30
sokumon
4d029fa4fd
fix(test): close the sidebar
2025-02-17 14:33:20 +05:30
venkat102
af39cc43ad
fix: update doctype value
2025-02-17 12:29:14 +05:30
Ankush Menat
266b510c88
test: skip HTTP caching in tests
2025-01-24 19:53:30 +05:30