Added first UI tests (#9532)
* [wip] * [tests] wip * [ui-tests] first-cut * [minor] remove old tests
This commit is contained in:
@@ -6,7 +6,6 @@ from six.moves import range
|
||||
|
||||
test_records = frappe.get_test_records('Company')
|
||||
|
||||
|
||||
class TestInit(unittest.TestCase):
|
||||
def test_encode_company_abbr(self):
|
||||
company = frappe.new_doc("Company")
|
||||
|
||||
Reference in New Issue
Block a user