[fix] for tests
diff --git a/erpnext/patches/v8_0/update_sales_cost_in_project.py b/erpnext/patches/v8_0/update_sales_cost_in_project.py
index 8f3aa26..4f89ba0 100644
--- a/erpnext/patches/v8_0/update_sales_cost_in_project.py
+++ b/erpnext/patches/v8_0/update_sales_cost_in_project.py
@@ -1,6 +1,3 @@
-# Copyright (c) 2013, Frappé Technologies Pvt. Ltd. and Contributors
-# License: GNU General Public License v3. See license.txt
-
from __future__ import unicode_literals
import frappe
@@ -9,4 +6,4 @@
update `tabProject` p
set total_sales_cost = ifnull((select sum(base_grand_total)
from `tabSales Order` where project=p.name and docstatus=1), 0)
- """)
+ """)
\ No newline at end of file
diff --git a/erpnext/setup/setup_wizard/test_setup_wizard.py b/erpnext/setup/setup_wizard/test_setup_wizard.py
index 97650f2..313039b 100644
--- a/erpnext/setup/setup_wizard/test_setup_wizard.py
+++ b/erpnext/setup/setup_wizard/test_setup_wizard.py
@@ -30,14 +30,14 @@
time.sleep(1)
driver.click(".next-btn")
- # Profile slide
- driver.set_field("full_name", "Great Tester")
- driver.set_field("email", "great@example.com")
- driver.set_field("password", "test")
- driver.wait_for_ajax(True)
- time.sleep(1)
- driver.click(".next-btn")
- time.sleep(1)
+ # # Profile slide
+ # driver.set_field("full_name", "Great Tester")
+ # driver.set_field("email", "great@example.com")
+ # driver.set_field("password", "test")
+ # driver.wait_for_ajax(True)
+ # time.sleep(1)
+ # driver.click(".next-btn")
+ # time.sleep(1)
# domain slide
driver.set_select("domain", "Manufacturing")