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):
2222 createSketchBtn = self .get_element (By .ID , 'create_sketch_btn' )
2323 createSketchBtn .click ()
2424 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" )
2827 )
28+ )
2929 createBtn = self .get_element (
30- By .ID , 'create-sketch-modal-action-button' )
30+ By .ID , 'create-sketch-modal-action-button' )
3131
3232 createdProject = self .get_element (
33- By .ID , 'create-sketch-name' ).get_attribute ('value' )
33+ By .ID , 'create-sketch-name' ).get_attribute ('value' )
3434
3535 # Check that when the create sketch modal opens,
3636 # the sketch name input has focus.
You can’t perform that action at this time.
0 commit comments