File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def jsondump(data):
77
77
# Directory in which the local compile tester files are stored.
78
78
COMPILE_TESTER_DIR = os .path .join (TEST_DATA_DIR , 'cb_compile_tester' )
79
79
80
- TEST_PROJECT_NAME = "test_project "
80
+ TEST_PROJECT_NAME = "test_sketch "
81
81
82
82
TIMEOUT = {
83
83
'LOCATE_ELEMENT' : 30 ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class TestSketch(SeleniumTestCase):
26
26
def create_test_project (self , tester_login ):
27
27
"""Makes sure we are logged in and have a project open before
28
28
performing any of these tests."""
29
- self .create_sketch ('private' , 'project ' , 'short description' )
29
+ self .create_sketch ('private' , TEST_PROJECT_NAME + '_initial ' , 'short description' )
30
30
31
31
def test_rename_project (self ):
32
32
self .change_name_editor (TEST_PROJECT_NAME )
You can’t perform that action at this time.
0 commit comments