[fix] selenium test and changed Creation Document No to a Dynamic Link

This commit is contained in:
Anand Doshi
2015-05-28 21:46:40 -04:00
parent 618fefea73
commit 1b6c3f1a39
5 changed files with 48 additions and 11 deletions

View File

@@ -1,10 +1,12 @@
{
"db_name": "test_frappe",
"db_password": "test_frappe",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"auto_email_id": "admin@example.com",
"host_name": "http://localhost:8888",
"auto_email_id": "admin@example.com",
"mute_emails": 1,
"run_selenium_tests": 1,
"host_name": "http://localhost:8000",
"install_apps": ["erpnext"]
}