Commit graph

670 commits

Author SHA1 Message Date
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
Suraj Shetty
4845e3f093 test: Remove unnecessart assertion 2023-09-25 10:37:30 +05:30
Suraj Shetty
3334235e7a test: Load root page before logout to load CSRF token 2023-09-25 09:16:59 +05:30
Suraj Shetty
413f4915e8 test: Clear session data on logout 2023-09-25 08:27:56 +05:30
mergify[bot]
0dbdb7847a
Merge branch 'develop' into update-cy-new 2023-09-23 10:04:21 +00:00
Suraj Shetty
66f8c0b37f chore: Fix cypress configuration to support cy13 2023-09-22 12:02:19 +05:30
Maharshi Patel
73601cbc2a chore: remove form builder not important and flaky ui test. 2023-09-21 16:39:33 +05:30
Maharshi Patel
9b6d6267dd fix: awesome_bar & sidebar cypress test as per espresso. 2023-09-20 22:22:44 +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
f1ffc3fd39 test: fix bankers rounding test
One more `null` needs to be passed for "not passing precision"
2023-09-18 11:42:21 +05:30
David Arnold
2ddd808b58
test: add more test cases with number & currency formatting 2023-09-17 16:44:13 +02:00
David Arnold
9f0c8be183
test: add failing test case for js flt 2023-09-17 15:36:36 +02:00
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