File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tests/common/modal_improvement Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ def test_create_sketch_modal(self):
22
22
createSketchBtn = self .get_element (By .ID , 'create_sketch_btn' )
23
23
createSketchBtn .click ()
24
24
WebDriverWait (self .driver , TIMEOUT ['LOCATE_ELEMENT' ]).until (
25
- expected_conditions .visibility_of_element_located (
26
- (By .CSS_SELECTOR , "#create-sketch-modal" )
27
- )
25
+ expected_conditions .visibility_of_element_located (
26
+ (By .CSS_SELECTOR , "#create-sketch-modal" )
28
27
)
28
+ )
29
29
createBtn = self .get_element (
30
- By .ID , 'create-sketch-modal-action-button' )
30
+ By .ID , 'create-sketch-modal-action-button' )
31
31
32
32
createdProject = self .get_element (
33
- By .ID , 'create-sketch-name' ).get_attribute ('value' )
33
+ By .ID , 'create-sketch-name' ).get_attribute ('value' )
34
34
35
35
# Check that when the create sketch modal opens,
36
36
# the sketch name input has focus.
You can’t perform that action at this time.
0 commit comments