Skip to content

Commit

Permalink
Making Selenium tests more robust
Browse files Browse the repository at this point in the history
Related-Issue: none
Projected-Results-Impact: none
  • Loading branch information
holtgrewe committed Mar 25, 2022
1 parent ad2f389 commit 6a0aaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/tests/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def test_variant_filter_case_multi_bookmark_one_variant(self):

# save bookmark
WebDriverWait(self.selenium, self.wait_time).until(
ec.presence_of_element_located((By.CLASS_NAME, "save"))
ec.visibility_of_element_located((By.CLASS_NAME, "save"))
).click()

# check bookmark set for variant 1
Expand Down

0 comments on commit 6a0aaaf

Please sign in to comment.