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 年前
Ankush Menat
5d6b24f0b1
style: format JS files with prettier
(cherry picked from commit 40f27f908a
)
2 年前
Ankush Menat
e762fe9ce1
test: clear filters on ToDo before running test ( #17494 )
2 年前
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 年前
Shariq Ansari
67aab24bd0
test: fixed failing tests
3 年前
Shariq Ansari
15daadf5a6
test: failing test fixes
3 年前
Shariq Ansari
8f1e7b9704
test: failing test fixes
3 年前
Shariq Ansari
cf416aa779
test: minor fix
3 年前
Shariq Ansari
7a6bee9dab
test: fixed failing test(timeline, recorder, navigation)
3 年前
Shariq Ansari
d18852f793
test: timeline.js ui test fix
3 年前
Suraj Shetty
59e0501cc7
test: Fix timeline tests
3 年前
MitulDavid
b9d6063755
test: Fix flaky test in timeline.js
3 年前
Suraj Shetty
3aed8f9e22
test: Miscellaneous fixes to avoid flaky tests
3 年前
MitulDavid
93198b7123
test: Replace existing queries with Testing-Library queries
3 年前
Komal-Saraf0609
b46b5546f7
test: Corrected function description and shorten some of the selectors by removing unwanted classes
3 年前
Komal-Saraf0609
eb669c16f6
test: fixing sider issues
3 年前
Komal-Saraf0609
716452ea69
test: Added test case for cancel functionality
3 年前
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 年前