Skip to content

Commit 7894935

Browse files
author
konstantina
committed
Fixed indentation.
1 parent 7b3400a commit 7894935

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/common/modal_improvement/test_sketch_modal_improvement.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)