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):
7777# Directory in which the local compile tester files are stored.
7878COMPILE_TESTER_DIR = os .path .join (TEST_DATA_DIR , 'cb_compile_tester' )
7979
80- TEST_PROJECT_NAME = "test_project "
80+ TEST_PROJECT_NAME = "test_sketch "
8181
8282TIMEOUT = {
8383 'LOCATE_ELEMENT' : 30 ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class TestSketch(SeleniumTestCase):
2626 def create_test_project (self , tester_login ):
2727 """Makes sure we are logged in and have a project open before
2828 performing any of these tests."""
29- self .create_sketch ('private' , 'project ' , 'short description' )
29+ self .create_sketch ('private' , TEST_PROJECT_NAME + '_initial ' , 'short description' )
3030
3131 def test_rename_project (self ):
3232 self .change_name_editor (TEST_PROJECT_NAME )
You can’t perform that action at this time.
0 commit comments