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
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
Shariq Ansari
ced6b033e1
text: fixed failing Grid Configuration UI Test
2023-11-16 14:03:27 +05:30
Shariq Ansari
95311a986a
text: fixed failing Customize Form UI Test
2023-11-16 14:02:30 +05:30
Suraj Shetty
8f2db21f64
Merge pull request #23143 from blaggacao/fix/float-input-formatting
2023-11-15 12:33:46 +05:30
RitvikSardana
0c4245634f
feat: Apply Filters to Link Fields Via Form Builder ( #22844 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2023-11-15 11:34:19 +05:30
David Arnold
3559c8bc18
Merge remote-tracking branch 'upstream/develop' into fix/float-input-formatting
2023-11-13 10:00:16 +01:00
Shariq Ansari
1e7b45e324
test: fixed failing form builder UI test
2023-11-08 14:13:48 +05:30
David Arnold
18f34c36f6
fix(float): input formatting
2023-11-07 18:07:06 +01:00
Shariq Ansari
ff5b1907a4
test: fixed failing form builder UI test
2023-11-02 17:28:21 +05:30
Shariq Ansari
a32f34a5d7
test: fixed failing form builder UI test
2023-11-01 18:09:13 +05:30
Bernd Oliver Sünderhauf
5226b32f2f
test: Add reliably failing UI test: Awesomebar filtering current doclist
2023-10-31 22:27:23 +01:00
Maharshi Patel
409a3a8105
Merge branch 'develop' into fix-attach-before-doc-save
2023-10-19 11:40:20 +05:30
Maharshi Patel
5afbdc5a83
chore: typo and replace cy.visit with cy.new_form
2023-10-18 17:26:52 +05:30
Maharshi Patel
86f0fdc5be
fix: cypress add test for attach before doc save
...
added cypress test where attachment is added
before mandatory fields are filled so doc save will fail once
and then succeed after mandatory fields are filled then check if file is
attached to correct document and no orphaned files exist for that doc.
2023-10-18 16:15:02 +05:30
Maharshi Patel
1d4936b7e2
fix: cypress attach control library button
...
* As on clear of attach field file is deleted as well
in `Checking functionality for "Link"` test.
* Instead of assuming that file is present from previous test.
* create a new doc and attach a file (link) to it.
then create another doc and check library button functionality
and then delete both docs.
2023-10-18 12:35:52 +05:30
Maharshi Patel
a67f1fafcd
fix: cypress tests as per new hash naming
...
Some Cypress Tests are using hardcoded numbers in them.
As new naming is based on random hash i have changed them accordingly.
2023-10-17 20:58:50 +05:30
Shariq Ansari
9af3b23b3d
Merge pull request #22773 from shariquerik/form-builder-v15-fix
2023-10-17 20:21:43 +05:30
Shariq Ansari
0ce919f1c0
test: fixed failing form builder test
2023-10-17 19:55:21 +05:30
Maharshi Patel
fd1fe44850
fix: cypress and add check for __islocal
...
changed check for __islocal as well in savedocs
As new route ends with random hash instead of numbers,
updated cypress test to just check start of data-route instead of entire path
2023-10-17 17:19:53 +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
Maharshi Patel
aaf40dc583
fix: sidebar redesign
...
* replaced all full width pill buttons with the labels and plus icons
* added a click listener to avatars for opening share dialog.
* made attachments label a link where user can click and open all of the files
as there isn't enough space for explore buttons in new design
2023-10-04 23:05:24 +05:30