Commit graph

626 commits

Author SHA1 Message Date
Suraj Shetty
77e5ad26fe
Merge pull request #21819 from marination/attachments-access 2023-08-17 09:46:30 +05:30
marination
261fb27e38 fix: Correct value for guess_type and empty sample attachments 2023-08-09 18:13:06 +05:30
marination
d9e4791b15 chore: Use lighter files as test fixtures 2023-08-09 17:29:56 +05:30
Jannat Patel
49a9f53d24
feat: text editor and mentions for discussions (#21886) 2023-08-07 20:23:53 +05:30
Suraj Shetty
21b1b4bdb5
Merge branch 'develop' into attachments-access 2023-08-02 14:39:17 +05:30
marination
140595f587 test: Sidebar attachments UX
- Added 10 royalty free images from 'https://unsplash.com/images/stock/royalty-free'
- Test to check state of attachments actions through different user actions
- UI Helper function to create ToDo and add max attachment limit of 12
2023-07-31 19:00:00 +05:30
mergify[bot]
74899f510a
Merge pull request #21378 from dvdl16/feature/force-web-capture-setting
feat: setting for force web capture mode for camera uploads
2023-07-31 05:41:48 +00:00
Dirk van der Laarse
6645589cdf chore: linting fixes 2023-07-30 15:48:03 +00:00
Shariq Ansari
f5a2eef755 test: fixed failing date control UI test 2023-07-28 23:20:17 +05:30
Shariq Ansari
686589d3ee test: fix form_builder UI test 2023-07-16 13:01:56 +05:30
Shariq Ansari
a7eb3a452b test: fix grid_configuration UI test 2023-07-16 12:23:28 +05:30
Shariq Ansari
3b2f2ef418 test: fix sidebar UI Test 2023-07-16 12:06:48 +05:30
Dirk van der Laarse
c61608f1a7
Merge branch 'develop' into feature/force-web-capture-setting 2023-07-02 13:13:02 +02:00
Ankush Menat
ab42e58dcf test: flaky test due to list view filters 2023-07-01 19:34:08 +05:30
Ankush Menat
4ece3da47d test: publish_progress ui test 2023-07-01 18:06:34 +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
3667d1ae04 test: Simplify list_view test 2023-06-26 09:15:28 +05:30
Suraj Shetty
e4ff09ad6a test: Fix form flaky test 2023-06-26 09:14:17 +05:30
Dirk van der Laarse
bffc1af985
Merge branch 'develop' into feature/force-web-capture-setting 2023-06-25 07:21:58 +02:00
Suraj Shetty
9c06d864c1 test: Add wait before checking for value 2023-06-20 15:08:44 +05:30
Suraj Shetty
ddadee3f3d test: Fix navigation test 2023-06-20 10:50:50 +05:30
Suraj Shetty
08bb03abd6 test(awesomebar): Remove unnecessary delay 2023-06-20 10:50:21 +05:30
Suraj Shetty
821f75c3ad fix: Try waiting for logout 2023-06-16 12:47:39 +05:30
Suraj Shetty
8008afaf77 test: Fix Kanban test 2023-06-16 11:53:35 +05:30
Suraj Shetty
49d7f132da test: Fix control link flaky test 2023-06-16 11:32:55 +05:30
Suraj Shetty
6c3957aa30 test: Return cy.request promise from login
- to make cypress wait for the promise.
2023-06-16 11:01:21 +05:30
Suraj Shetty
91afe51c7c test: Make folder navigation test less flaky 2023-06-16 10:58:27 +05:30
Suraj Shetty
9a963bedb5 test: Fix failing test for icon & phone
- for some reason findBYRole("searchbox") stopped working
- there are no changes to related DOM recently
- There's pending issue related to this
https://github.com/testing-library/cypress-testing-library/issues/205#issuecomment-1572230102
2023-06-16 10:23:05 +05:30
Dirk van der Laarse
4ee5c015c3 feat: setting for force web capture mode for camera uploads 2023-06-14 12:45:49 +00:00
Ankush Menat
155465c58d
fix: currency precision formatter (#21293) 2023-06-09 00:35:20 +05:30
Shariq Ansari
a556cd6a58 test: fixed failing UI test 2023-05-27 15:28:15 +05:30
Suraj Shetty
d5b0c5ab90
Merge branch 'develop' into fix-note-2 2023-05-16 18:10:07 +05:30
Shariq Ansari
c447290d27 test: fixed failing UI test 2023-05-15 18:03:30 +05:30
barredterra
e133124e71 test: web form 2023-04-24 18:47:31 +02:00
barredterra
150d677a28 Merge remote-tracking branch 'upstream/develop' into fix-note-2 2023-04-24 15:55:02 +02:00
Shariq Ansari
3140cd2fb5 Merge branch 'develop' into clear-all-filters 2023-04-17 20:19:56 +05:30
Shariq Ansari
c12406fa3e test: fixed failing UI test 2023-04-17 14:38:27 +05:30
Raffael Meyer
417f2bbd97
Merge branch 'develop' into fix-note-2 2023-04-05 19:14:28 +02:00
Ponnusamy
71c09c1320
feat: list-view click and drag on check box to select multiple rows (#20457) 2023-04-03 16:59:23 +05:30
Marica
f206b1582e
test: Kanban Test fails to remove System Manager role (#20505)
* fix: Kanban Test fails to remove System Manager role

- As there's only one user with System Manager role, role removal is reverted
- Add another user with this role, so that role removal on test user works

* chore: Reuse `create_test_user` util

* fix: user switching in kanban test

---------

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2023-04-02 15:14:40 +05:30
Shariq Ansari
6e3ef3dc3d test: fixed failing UI test 2023-03-23 17:53:18 +05:30
Ankush Menat
139d4a87b4 fix: corrected banker's rounding
closes https://github.com/frappe/frappe/issues/19570
2023-03-13 12:30:48 +05:30
Ankush Menat
97ca92e3d1
refactor: change rounding method names (#20299)
These are easy to understand.

Added third method for corrected banker's rounding.
2023-03-10 14:57:15 +05:30
barredterra
cff29e23b0 test: route to form
Test routing to User form instead of Note
2023-03-08 18:21:25 +01:00
barredterra
f3c30065a2 test: web form with new Note behaviour 2023-03-08 17:17:14 +01:00
Ankush Menat
68d8a8eadd feat: implement custom rounding in JS 2023-03-08 12:13:42 +05:30
Shariq Ansari
f1a9e51687 test: UI test for number_card workspace block 2023-03-01 19:14:42 +05:30
Devin Slauenwhite
d5ce94d6a5
feat: disable comment count on list view settings. (#20039)
* feat: add list view setting disable column count.

* fix: cast using sbool

* fix: make modified last-child if comment_count is disabled.
2023-02-22 18:17:45 +05:30
Shariq Ansari
766cc94cd1 test: undo/redo UI test 2023-02-21 22:37:10 +05:30
Shariq Ansari
177ca618eb test: fix flaky control_link UI test 2023-01-26 17:05:24 +05:30