Commit graph

61 commits

Author SHA1 Message Date
Saqib Ansari
d79ac32f10 fix(test): focus on jump to field before typing 2026-01-02 14:52:57 +05:30
Hussain Nagaria
48b6663a6d
fix(ux): enable create log for server scripts by default (#35291)
* fix(ux): enable create log for server scripts by default
2025-12-17 08:06:14 +00:00
Rahul Agrawal
dfd956f236
fix: allow same filter multiple times in workspace shortcut (#35133)
* fix: populate multiple filters of same type in URL

* test: increase wait time for jump to field
2025-12-09 19:00:01 +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
e322965a3e test: add wait in jump to field 2025-12-04 11:34:21 +05:30
sokumon
fa4e826411 chore: rename app to desk in ui tests 2025-11-14 23:05:13 +05:30
sokumon
49b6dbd903 fix(test): create one row at a time 2025-09-30 17:06:15 +05:30
Rushabh Mehta
8793ca506f fix(tests): workspace 2024-08-26 22:04:20 +05:30
Rushabh Mehta
398657c7fa fix(minor): test 2024-08-14 16:13:57 +05:30
barredterra
fa0b59aa70 test: cypress form 2024-02-23 22:49:10 +01:00
Ankush Menat
79b0ec76ae test: increase delay after focus
Cypress can't automatically wait for correct time here, it ends up
focusing at wrong field.
2024-01-10 18:59:42 +05:30
Ankush Menat
4a70ac4e4e chore: Drop some ui tests
- Either not important and flaky
- Or badly written using weird selectors and flaky

Not touching things that work.
2023-11-27 16:40:39 +05:30
Ankush Menat
21a0dabdb2 test: increase wait
field value isn't updated and cypress attempt to save
2023-10-16 15:41:31 +05:30
Ankush Menat
6939a24d43 test: update tests for ui changes
- update selectors
- remove color check code
2023-09-18 21:23:49 +05:30
Ankush Menat
ab44a9cca8 test: socketio tests
- conflict check (moved from form)
- list view updates
- custom event subscribe and recieve
2023-07-01 12:43:53 +05:30
Suraj Shetty
e4ff09ad6a test: Fix form flaky test 2023-06-26 09:14:17 +05:30
Riandrys Góngora Román
ba438fe4a6 test: update docfield property using set_df_property in child table
add UI test with cypress on form.js
update docfield property using set_df_property in child table
2023-01-23 11:26:07 -05:00
Ankush Menat
e397b27d29 test: upgrade cypress from v6 to v10
chore: run cypress migrator

fix: specPattern should be an array

test: correct intercept URL

This is breaking change in cypress 7.0

test: make list view test rerunnable

test: redo undo tests and add compare doc

test: scroll to action button

chore: drop flaky tests

fix: remove scroll behaviour

fix: clear filters before running count test

test: input delay causes flake
2022-09-02 17:47:30 +05:30
Ankush Menat
7cca7ca0e7 refactor: move section assignment and add test 2022-08-31 12:24:56 +05:30
Ankush Menat
40f27f908a style: format JS files with prettier 2022-08-04 14:51:01 +05:30
Ankush Menat
5ea96ced3a test: undo/redo, jump to field UI tests 2022-07-20 21:44:48 +05:30
Ankush Menat
e762fe9ce1
test: clear filters on ToDo before running test (#17494) 2022-07-13 12:29:41 +05:30
Ankush Menat
e63e26890c fix: show "doc modifed after" load message 2022-06-21 20:25:54 +05:30
Shariq Ansari
d558f16e71 test: fixed flaky test for form, timeline_email 2022-04-22 17:43:20 +05:30
Shariq Ansari
888372cd57 test: fixed failing form.js cypress test 2022-04-01 12:46:46 +05:30
Shariq Ansari
15daadf5a6 test: failing test fixes 2021-11-11 11:20:50 +05:30
Shariq Ansari
417ef53dfa test: Updated form.js 2021-11-08 13:04:56 +05:30
Shariq Ansari
d7b06299af test: Minor fix 2021-11-02 18:43:58 +05:30
Shariq Ansari
06d8d8535f test: Fixed form.js 2021-11-02 18:20:36 +05:30
MitulDavid
58b3cdeb9a test: Fix flaky tests in form.js 2021-09-29 13:34:22 +05:30
MitulDavid
93198b7123 test: Replace existing queries with Testing-Library queries 2021-08-18 19:11:01 +05:30
Gavin D'souza
1e7cffe8bc chore(ci): Add wait time before checking list view
Cypress form.js tests run just fine locally but not on GHA :thonk:
2021-06-11 16:22:00 +05:30
Sagar Vora
513835a92c test: no need to blur text editor 2021-04-17 13:12:19 +05:30
Suraj Shetty
108c728298 test: Add a test case for grid validation 2021-04-01 12:38:40 +05:30
Suraj Shetty
d18751db07 test: Make tests Cypress v6 compatible 2021-01-31 23:19:01 +05:30
Suraj Shetty
39d0e72f94 chore: Update Cypress 3 to 6 & fix test cases 2021-01-31 21:54:59 +05:30
prssanna
1ef8cd9032 fix: ui tests 2021-01-29 12:12:24 +05:30
prssanna
26821d4fbe fix: ui tests 2021-01-27 14:31:00 +05:30
Rushabh Mehta
b2686e0623 fix(routing): removed /space from routing 2021-01-01 12:30:35 +05:30
prssanna
841c1b9852 fix: cypress tests 2020-12-29 17:00:30 +05:30
Rushabh Mehta
54cee87826 fix(minor): tests + routing 2020-12-24 14:48:40 +05:30
Shivam Mishra
b97c0e24a1 test: rename workspace to space 2020-12-16 14:28:52 +05:30
Rushabh Mehta
06355968f8 fix(routes): move /app#route to /app/route 2020-11-11 16:35:02 +05:30
Rushabh Mehta
75fe8a615a feat(app): move /desk to /app 2020-11-11 16:31:47 +05:30
Shivam Mishra
df7f70ef29 test: form test description not filled
* wait 300 ms for form controller to update doc
2020-06-05 14:56:32 +05:30
Suraj Shetty
65c29161b0
Merge branch 'develop' into data-options-child-table 2020-04-27 11:06:35 +05:30
Suraj Shetty
dbee5931d2 test: Fix form.js test
- By waiting for form save
2020-04-25 16:18:10 +05:30
Suraj Shetty
ba9b8a4060 test: Remove unnecessary website page visit 2020-04-25 14:55:12 +05:30