Skip to content

Commit 955354b

Browse files
committed
Changed test sketch name.
It was colliding with current fixtures.
1 parent 71749da commit 955354b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codebender_testing/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def jsondump(data):
7777
# Directory in which the local compile tester files are stored.
7878
COMPILE_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

8282
TIMEOUT = {
8383
'LOCATE_ELEMENT': 30,

tests/common/sketch/test_sketch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)