Commit graph

817 commits

Author SHA1 Message Date
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
550e601186
Merge pull request #6952 from adityahase/recorder
feat: Recorder
2019-02-20 11:07:24 +05:30
Aditya Hase
b6ff770c61 feat(cypress): Add awesomebar command 2019-02-19 21:58:58 +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