Commit graph

714 commits

Author SHA1 Message Date
Rushabh Mehta
4a602917a8 fix(test): fix workspace_blocks.js 2024-07-29 22:25:08 +05:30
Rushabh Mehta
5a2c2a3250 fix(tests): [Workspace] Fix tests for actions in footer 2024-07-29 08:25:38 +05:30
Rushabh Mehta
d545f30b22 fix(tests): [Workspace] Fix tests for actions in footer 2024-07-29 07:58:10 +05:30
Rushabh Mehta
da3698ba30 fix(tests): [Workspace] Fix tests for actions in footer 2024-07-28 19:13:54 +05:30
Rushabh Mehta
40557741b2 fix(tests): [Workspace] Fix tests for actions in footer 2024-07-28 11:54:40 +05:30
barredterra
c31cd09040 test: awesomplete 2024-06-20 17:22:58 +02:00
barredterra
0b95b28bfe Merge branch 'develop' into undebounce-autocomplete 2024-06-20 16:09:10 +02:00
barredterra
cc4d369e3f test: refactor autocomplete cypress test 2024-05-24 12:25:29 +02:00
Rutwik Hiwalkar
3e8765d5d1
fix(ui_test): reload page after login instead of redirecting to /app (#26551)
- navigating to /app does an absolute navigation in cypress and doesn't
  forward url args
2024-05-24 13:08:31 +05:30
Ankush Menat
4e251e9b0b feat(recorder): Suggest query index 2024-05-14 16:05:58 +05:30
Raffael Meyer
8eb8c64fbd
fix(Navbar Settings): reload page after save (#26274)
* fix(Navbar Settings): reload page after save

* test: file uploader flake

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-05-01 13:20:04 +00:00
Ankush Menat
0a34f8b28e
fix!: remove "remove empty rows" behaviour (#26269)
This doesn't make sense:
1. A field which is not in list view can be modified
2. A modified field can actually have falsy value
2024-05-01 07:33:30 +00:00
Ankush Menat
9567efe20b
test: file uploader flaky test (#26254)
Previous window left open kills all other tests with no way to know
which one
2024-04-30 14:18:18 +00:00
Ankush Menat
c1e8d8e791
test: flaky link field test (#26246) 2024-04-30 11:12:49 +00:00
Ankush Menat
775f113145
test: wait for duration control (#26235) 2024-04-30 06:45:26 +00:00
Ankush Menat
d75b41793d
chore: drop flaky not so important UI tests (#26092) 2024-04-22 11:50:02 +00:00
Ankush Menat
1dcfadf5ca
test: fix cypress tests (#26012)
* ci: less retries for cypress

waste of cpu cycles and time, produces misleading output

* test: fix workspace tests

* chore: drop flaky af tests

* fix: Avoid sending `"undefined"` as docname
2024-04-17 15:26:18 +00:00
barredterra
75f588d386 Merge remote-tracking branch 'upstream/develop' into list-padding 2024-04-16 19:49:54 +02:00
Corentin Flr
f46c4813ca
fix(ControlLink)!: Fix link selection in tables on iOS (#25472)
* fix(ControlLink)!: Fix link selection in tables on iOS

* test: use correct selector

* test: change selector

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-04-16 13:36:59 +05:30
barredterra
374f778faa test: additional list-row-container for header row 2024-04-11 15:52:10 +02:00
barredterra
e6f1767fa9 test: fix css query 2024-04-09 19:29:53 +02:00
Akhil Narang
812f29bd08
Merge pull request #25802 from barredterra/bulk-actions-workflow
fix: don't show bulk actions for doctype with workflow
2024-04-09 15:00:44 +05:30
Ankush Menat
adcb9ef72a chore: Drop API tests
These are already tested with far more coverage in server side tests.
2024-04-07 11:29:41 +05:30
barredterra
b696e23354 test: cypress shouldn't expect disabled actions 2024-04-04 15:14:26 +02:00
Ankush Menat
dbcf7ad30c refactor: update usage of modified everywhere 2024-03-27 11:23:13 +05:30
Ankush Menat
571ca34eca
fix: redirect after login, todo filters (#25521)
* Revert "fix: default filter setup on todo list (#25455)"

This reverts commit 396bc4102e.

* Revert "Revert "fix: default filter setup on todo list (#25455)""

This reverts commit 5e6b6997d526446760c42e7e812ceef5fe416492.

* test: wait longer for filters to apply

* fix: route redirects after login

* test: use clear_filters

* fix: don't set default filters on ToDo

This messes with previous filters logic.
2024-03-20 17:02:24 +05:30
Ankush Menat
698ef95ca1 refactor: avoid duplicate render_count for report view
Only difference is element
2024-03-12 15:07:06 +05:30
barredterra
fa0b59aa70 test: cypress form 2024-02-23 22:49:10 +01:00
barredterra
2646771811 test: cypress grid 2024-02-23 22:48:31 +01:00
Ankush Menat
17ebc5ee4d
chore: disable flaky UI test (#24847) 2024-02-10 18:08:40 +05:30
mergify[bot]
4655c6c1e3
Merge pull request #23678 from niraj2477/gh-20969
feat(List View): Add button to remove multiple assignments
2024-01-13 07:57:17 +00:00
Suraj Shetty
439bd2e366
test: Add new option 2024-01-13 13:10:10 +05:30
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
3884fa3c63
fix: duplicate field in filters (#24189)
* fix: duplicate field in filters

* test: clear filters using new clear filter button
2024-01-09 16:08:27 +05:30
14987
0a7f9a0c83
fix: Resolve failing test 2024-01-08 15:58:24 +05:30
Ankush Menat
f7ff072b5a
test: fix ui tests (#24136)
caused by https://github.com/frappe/frappe/pull/24077
2024-01-04 14:38:24 +00:00
Ankush Menat
754d0f9152
test: less flaky datet picker test (#24015) 2023-12-28 15:42:34 +00:00
Ankush Menat
6e914dfdf6
test: use doctype that supports prompt naming (#23980) 2023-12-27 11:15:42 +00:00
Ankush Menat
85a661f273
test: flakey currency UI test (#23834) 2023-12-18 12:29:20 +05:30
Bernd Oliver Sünderhauf
bc4248fde8
test: Make control_phone UI test idempotent and a bit more reliable. (#23569)
* test(control_phone.js): Add a little waiting time before switching country.

* test(control_phone.js): Harden by removing fuzzy 'force' and 'multiple' qualifiers.

* test(control_phone.js): Make idempotent by removing dialog even after failure.
2023-12-03 11:56:46 +05:30
Shariq Ansari
75c3b7d1d7
test: skip permissions.js UI test
To check if it is the reason for test are failing frequently
2023-12-01 20:38:40 +05:30
Shariq Ansari
8c2ef311bb test: flaky multi_select_dialog 2023-12-01 15:02:06 +05:30
Shariq Ansari
b2f8c11330 test: flaky control_link 2023-12-01 15:01:54 +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
4510471c6d
Merge pull request #23025 from bosue/awesomebar_fix_filter_on_same
fix!: Make router always take query parameters into account.
2023-11-27 15:44:18 +05:30
Suraj Shetty
8f5a199d64 test: Remove cacheAcrossSpecs to avoid bulk permission failure 2023-11-17 15:03:21 +05:30
Shariq Ansari
bfe5d819a3
Merge pull request #23241 from shariquerik/workflow-fix-1 2023-11-16 18:01:56 +05:30
Shariq Ansari
9adea285a3 test: fixed failing Customize Form UI test 2023-11-16 16:34:55 +05:30
Shariq Ansari
1ae12170e9 test: fixed failing Workspace UI test 2023-11-16 16:24:35 +05:30
Shariq Ansari
4e00c36f0d test: fixed failing Web Form UI test 2023-11-16 14:57:52 +05:30