Commit graph

36 commits

Author SHA1 Message Date
Suraj Shetty
3d21bba74d test: fix fill_field command for code fieldtype 2019-04-20 14:01:19 +05:30
Faris Ansari
106c35cd34
Merge branch 'develop' into new-upload 2019-04-16 23:57:45 +05:30
deepeshgarg007
11c6aa8506 fix(test): Rewrite test case 2019-04-15 08:35:13 +05:30
deepeshgarg007
09347bde9d fix(test): Force true on select fields 2019-04-14 13:33:06 +05:30
deepeshgarg007
dc2bf1e2ec fix(test): Click on add columns after datatable is rendered 2019-04-14 12:41:28 +05:30
deepeshgarg007
a4271590fa fix(test): Force on menu options click 2019-04-14 11:58:53 +05:30
deepeshgarg007
5139a033cc fix(test): Use force true for clicking menu 2019-04-14 11:32:00 +05:30
Faris Ansari
c99e708380 test: Wait for modal to hide 2019-04-14 11:09:25 +05:30
deepeshgarg007
4246b2e416 fix(test): Wait for the report to load before clicking add columns 2019-04-14 00:26:42 +05:30
Faris Ansari
5c48d2c24f fix: Force click web link 2019-04-13 22:14:09 +05:30
Faris Ansari
93523df7d6 style: Missing semicolon 2019-04-13 15:49:21 +05:30
Faris Ansari
a5c6dbf3ed test: Add UI test for FileUploader 2019-04-13 15:29:32 +05:30
deepeshgarg007
0d70fc07a0 Code cleanup and fixes 2019-04-12 22:06:49 +05:30
deepeshgarg007
590aabd971 fix: UI test case 2019-04-12 20:33:54 +05:30
Mangesh-Khairnar
b5d1a3aa18 fix: pass fields as array in cypress dialog 2019-03-28 12:05:31 +05:30
Mangesh-Khairnar
e6c6aeb98e style: change rating formatter 2019-03-28 01:16:52 +05:30
Mangesh-Khairnar
cb47502fb9 chore: add expect to eslintrc 2019-03-27 20:09:39 +05:30
Mangesh-Khairnar
0608c6b956 test: validate value stored via rating fieldtype on click 2019-03-26 10:10:39 +05:30
Mangesh-Khairnar
6cc59aabd8 test: check effects on trigger of hover and click events 2019-03-25 16:47:28 +05:30
Aditya Hase
d0f83f3420 style: Linting fixes 2019-03-14 14:49:15 +05:30
Aditya Hase
6989644a46 test(recorder): Add cypress tests 2019-03-13 22:13:56 +05:30
Faris Ansari
095067f11f
Merge branch 'develop' into fast-list 2019-03-08 21:10:06 +05:30
Faris Ansari
b61a37a233 fix: Notification test in Postgres (#7044) 2019-03-08 20:47:21 +05:30
Aditya Hase
b40be61a4c fix(cypress): Check everything in one test 2019-03-07 22:43:01 +05:30
Faris Ansari
2776d3301d fix: Test name 2019-03-06 19:30:39 +05:30
Aditya Hase
4cbd887c47 test: Add Cypress tests for List View Settings 2019-03-06 19:30:39 +05:30
Faris Ansari
3d02648259 tests: Wait for list to update 2019-03-02 19:30:56 +05:30
Faris Ansari
0f2b3657c8 test: Uncomment table_multiselect test 2019-03-02 15:47:00 +05:30
Rushabh Mehta
2d7b4c7782 fix: liniting and comment multiselect tests 2019-02-28 12:50:17 +05:30
Faris Ansari
f63ac68510 test: Fix Cypress tests 2019-02-19 15:24:18 +05:30
Prateeksha Singh
a6499c46c6 fix(test): remove test for explore page 2019-02-07 11:08:49 +05:30
sahil28297
3644f5f4cd feat: relative timeframe filters (#6792)
* feat: relative timeframe filters

* fix: resolve syntax errors

* fix: Translated options
2019-01-21 16:02:40 +05:30
Faris Ansari
c99726a3c2
fix(TableMultiSelect): Minor bugs (#6730)
* fix(TableMultiSelect): Minor bugs

- Show dropdown immediately after selecting a value
- Selecting first value in a new Form had no effect
- Delete last value on backspace

* fix: comment

* test(Table MultiSelect): Add tests, update database file

* test: Fix database name

* test: Fill description first
2019-01-15 13:34:29 +05:30
Deepesh Garg
d4c2ff74c7 fix(UI Test): Cypress test case fix (#6734)
* fix(UI Test): Fix test cases for login

* fix: add missing semicolon
2019-01-07 21:56:44 +05:30
Suraj Shetty
3ee5274161 fix(UX): General UI fixes and changes (#6672)
* Rename Sign In to Login

* Init settings module view

* Replace 'Make' with 'Create'

* Add more settings options

* Remove POS setting

* Fix frontend test

* Change text of login head

* Change login head text
2018-12-31 14:52:44 +05:30
Faris Ansari
83d6659e12 Add UI tests using Cypress (#6562)
* test(UI): Add UI tests using cypress

* test: Add test configuration for travis

* fix: Lock redis version

* fix: Refactor fill_field command

* fix: Rename setup_wizard test to run first

* test: Add setup for dashboard service

* test: Add build matrix for ui test

* test: Add name to each build matrix

* test: Only include ui test for an extra build stage

* fix: Exclude UI test with python 3.6

* test: Test order

* test: Enable developer_mode

* test(login): Check session user and not hash

* test: Refactor assert

* test: Refactor setup wizard test

* test: Remove setup wizard test

* test: Add blank seed database

* test(form): Scroll to top before save

* test: Fix form test

* test: timeout

* test: more wait

* test: Remove specific selector

* test: Remove wait, delay typing

* test: Blur input after typing

* test: Wait for form to get dirty

* test: Add credentials for frappe org

* test: Remove node install step

* style: Fix linting issues

* fix: List view filters

- ToDo: Dont override frappe.route_options if it is already set

* test: Dont reload page before test
2018-12-03 09:07:31 +05:30