Skip to content

Commit

Permalink
Tests: Send keys to non CodeMirror editor
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 8, 2020
1 parent 6df257b commit a2c0fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/trans/tests/test_selenium.py
Expand Up @@ -1186,5 +1186,5 @@ def test_explanation(self):
self.screenshot("source-review-edit.png", scroll=False)

# Close modal dialog
self.driver.find_element_by_id("id_explanation").send_keys(Keys.ESCAPE)
self.driver.find_element_by_id("id_extra_flags").send_keys(Keys.ESCAPE)
time.sleep(0.5)

0 comments on commit a2c0fe7

Please sign in to comment.