mergify[bot]
38d15d38fa
test(UI): non-admin user for UI tests and misc fixes (backport #17995 ) ( #18079 )
* test(UI): use non-admin user for tests
(cherry picked from commit f07bc3b369
)
# Conflicts:
# .github/workflows/ui-tests.yml
* test: fix tests using admin account
(cherry picked from commit a6b341bd59
)
# Conflicts:
# cypress/integration/dashboard_links.js
* test: add test role to user
(cherry picked from commit 0896873c8a
)
* chore: conflicts
* test: fix broken test
Not sure why there's test on doctype "created by". Makes no sense.
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 yıl önce
Ankush Menat
175d176236
refactor: drop file upload plugin
Cypress supports this natively now!
(cherry picked from commit c400e18979
)
2 yıl önce
Ankush Menat
de203c3a72
test: upgrade cypress from v6 to v10
chore: run cypress migrator
fix: specPattern should be an array
test: correct intercept URL
This is breaking change in cypress 7.0
test: make list view test rerunnable
test: redo undo tests and add compare doc
test: scroll to action button
chore: drop flaky tests
fix: remove scroll behaviour
fix: clear filters before running count test
test: input delay causes flake
(cherry picked from commit e397b27d29
)
2 yıl önce
Ankush Menat
5d6b24f0b1
style: format JS files with prettier
(cherry picked from commit 40f27f908a
)
2 yıl önce
Shariq Ansari
a50e0ffa08
refactor: Webform ( #17232 )
2 yıl önce
Ankush Menat
e63e26890c
fix: show "doc modifed after" load message
3 yıl önce
Ankush Menat
9c5d6feec1
test(cypress): show full response on insert_doc failure ( #17257 )
3 yıl önce
Shariq Ansari
e740ad180d
test: fix for failing Data Control UI test ( #17133 )
3 yıl önce
Rushabh Mehta
e66cd830fb
fix(minor): test + tabs
3 yıl önce
Rushabh Mehta
da9ac52ffb
fix(minor): lint
3 yıl önce
Rushabh Mehta
e790b5e8b1
fix(minor): added UI test
3 yıl önce
Shariq Ansari
b44235587f
test: fixed failing UI test ( #16958 )
3 yıl önce
Shariq Ansari
3a2cd2650e
test: fixed failing UI test
3 yıl önce
Shariq Ansari
176518ed2c
fix: Mandatory field bad UX ( #16919 )
Mandatory fields are highlighted red on page load. It should only highlight if we save the document.
**Before:** Form
https://user-images.githubusercontent.com/30859809/168791201-049c1de2-b7f5-4dff-bf40-093ff96d4510.mov
**After:** Form
https://user-images.githubusercontent.com/30859809/168791164-45e2289b-2d2c-4ebb-8b4d-cd2932140572.mov
**Before:** Dialog
https://user-images.githubusercontent.com/30859809/168791207-800ba9e5-b4eb-419f-8a99-f94916c21c79.mov
**After:** Dialog
https://user-images.githubusercontent.com/30859809/168791210-f2761d23-3a60-40c2-8aff-2d2cebbd77fa.mov
Resolves https://github.com/frappe/frappe/issues/16866
3 yıl önce
Suraj Shetty
2f2fc0440d
test: Init UI test for customize form
3 yıl önce
Shariq Ansari
d558f16e71
test: fixed flaky test for form, timeline_email
3 yıl önce
Faris Ansari
fc4e2780bd
chore: pretty logging for dialog command
3 yıl önce
Faris Ansari
9482ac4399
style: semicolons
3 yıl önce
Faris Ansari
afebaa0a23
test: less flaky date control test
3 yıl önce
Himanshu
803f1fb061
feat: add/remove fields from kanban board ( #16257 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
3 yıl önce
Faris Ansari
168bf6d3e4
test: ui test for inserting image in markdown
3 yıl önce
Suraj Shetty
c27b9d3f31
test(command): Select staticarea of field if input is not available
3 yıl önce
Shariq Ansari
888372cd57
test: fixed failing form.js cypress test
3 yıl önce
Nidhi Purohit
e8f81a3886
Changes in get_table_field command
3 yıl önce
Noah Jacob
544d248323
test(ui): increasing coverage in tests
3 yıl önce
Suraj Shetty
e18f8d6e10
chore: Remove duplicate command
3 yıl önce
Suraj Shetty
0a8b5fe785
test: Fix get_field command for select fields
3 yıl önce
Faris Ansari
f7e8135a0c
chore: colocate ui tests
UI tests can now be colocated where they make more sense.
The filename must start with ui_test_ and end with .js to be
picked up by cypress.
3 yıl önce
Shariq Ansari
cf416aa779
test: minor fix
3 yıl önce
Shariq Ansari
7a6bee9dab
test: fixed failing test(timeline, recorder, navigation)
3 yıl önce
Ankush Menat
5996d6829d
test: fix flaky awesome_bar test
3 yıl önce
Suraj Shetty
59e0501cc7
test: Fix timeline tests
3 yıl önce
Suraj Shetty
5f9340fda2
test: Set delay for fill_field
3 yıl önce
Suraj Shetty
a56b117ca4
test: Wait for filter save on clear filter
3 yıl önce
Suraj Shetty
3aed8f9e22
test: Miscellaneous fixes to avoid flaky tests
3 yıl önce
Suraj Shetty
b4bb4c039f
test: Update click_sidebar_button to accept btn_name
- to make tests cases readable
3 yıl önce
MitulDavid
b417218f1d
test: Add support for Testing-Library queries within Cypress tests
3 yıl önce
Komal-Saraf0609
a8fe3a8668
test: Adding Cypress tests for sidebar, timeline and email testing ( #13729 )
* test: fix get_field command
* test: Add timeline email test cases
* test: Add sidebar test cases
* test: Add timeline test cases
* test: Added new commands
* test: Added proper name for test case, added comments and removed redundancy
* test: Added proper name for test case, added comments and removed redundancy
* test: Added proper name for test case, added comments and removed redundancy
* test: Added new commands
* test: Added proper name for test case, added comments and removed redundancy
* test: Added proper name for test case, added comments and removed redundancy
* fix: Sider issues
* fix: Sider issues
* fix: Sider issues
* fix: UI Tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI tests
* fix: UI test
* fix: UI tests
* fix: UI tests
* fix: Context correction
* test: fix fill_field command
* test: fixed get_field command
(removed :visible for code)
* test: Fixed fill_field command
(removed .blur())
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 yıl önce
prssanna
24aabd2b02
fix: ui tests
4 yıl önce
walstanb
196a534c0e
fix: failing ui test cases
4 yıl önce
Suraj Shetty
2f59dc2a7d
test: Fix failing tests
4 yıl önce
Suraj Shetty
d18751db07
test: Make tests Cypress v6 compatible
4 yıl önce
Suraj Shetty
21c020e036
style: Fix formatting issues
4 yıl önce
prssanna
841c1b9852
fix: cypress tests
4 yıl önce
Rushabh Mehta
54cee87826
fix(minor): tests + routing
4 yıl önce
conncampbell
2c4b5c67b0
fix: Read-only table has read-only form fields.
4 yıl önce
Rushabh Mehta
864f579409
feat(doctype-layout): Ability to add different layouts to doctypes
4 yıl önce
Rushabh Mehta
06355968f8
fix(routes): move /app#route to /app/route
4 yıl önce
Rushabh Mehta
75fe8a615a
feat(app): move /desk to /app
4 yıl önce
Suraj Shetty
0b6e1cb78e
test: Remove unnecessary website visit
5 yıl önce