Commit graph

687 commits

Author SHA1 Message Date
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
Suraj Shetty
1b80bd45dd style: Fix linter warnings 2023-09-29 11:08:16 +05:30
Suraj Shetty
e5bce72d5c test: Fix flaky theme switcher UI test 2023-09-29 10:49:49 +05:30
Maharshi Patel
cb7415338a fix: sidebar UX, sidebar & attach control cypress
* changed "show all" to button
* updated cypress tests for sidebar and attach control
* change "Explore Files" button icon location
2023-09-28 23:35:01 +05:30
Suraj Shetty
9d501faa45 test: session_last_route if exists 2023-09-25 15:25:15 +05:30
Suraj Shetty
fdf1164f8f test: Fix navigation tests 2023-09-25 14:29:27 +05:30
Suraj Shetty
de3a93bb0c test: Fix failing tests 2023-09-25 11:46:03 +05:30
Suraj Shetty
4ee8db9515 test: Load root before logout 2023-09-25 10:40:01 +05:30