Added first UI tests (#9532)

* [wip]

* [tests] wip

* [ui-tests] first-cut

* [minor] remove old tests
This commit is contained in:
Rushabh Mehta
2017-07-03 11:53:07 +05:30
committed by GitHub
parent 65f6f2a05e
commit 43ef4e9047
14 changed files with 104 additions and 150 deletions

View File

@@ -41,8 +41,7 @@ def before_tests():
"email" :"test@erpnext.com",
"password" :"test",
"chart_of_accounts" : "Standard",
"domain" : "Manufacturing",
"domain" : "Manufacturing"
})
frappe.db.sql("delete from `tabLeave Allocation`")