Skip to content

Commit 04644d4

Browse files
author
konstantina
committed
Check that when user creates a sketch he is redirected into the editor.
1 parent fdd54d9 commit 04644d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/common/modal_improvement/test_sketch_modal_improvement.py

+4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ def test_create_sketch_modal(self):
6464
)
6565
)
6666

67+
# Check that when you create the sketch you are redirected
68+
# into the editor.
69+
self.get_element(By.ID, "cb_cf_flash_btn")
70+
6771
# Delete the created project.
6872
self.open("/")
6973
self.delete_project(createdProject)

0 commit comments

Comments
 (0)