Skip to content

Commit

Permalink
Tests: Remove testing of user mentions
Browse files Browse the repository at this point in the history
It is broken right now as it sens keys to textarea which is hidden
by CodeMirror, see #4094
  • Loading branch information
nijel committed Jul 8, 2020
1 parent a2c0fe7 commit e7bb6e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions weblate/trans/tests/test_selenium.py
Expand Up @@ -859,9 +859,6 @@ def test_weblate(self):
self.screenshot("format-highlight.png")
self.click("Comments")
self.screenshot("plurals.png")
element = self.driver.find_element_by_id("id_comment")
element.send_keys("@test")
self.screenshot("user-mentions.png")

# Test search dropdown
dropdown = self.driver.find_element_by_id("query-dropdown")
Expand Down

0 comments on commit e7bb6e2

Please sign in to comment.