We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45047de commit ab3a46aCopy full SHA for ab3a46a
nextcloudappstore/core/tests/e2e/test_change_language.py
@@ -19,6 +19,7 @@ def test_change_lang(self):
19
lang.select_by_value('de')
20
elem.submit()
21
22
- WebDriverWait(self.selenium, SELENIUM_WAIT_SEC).until(staleness_of(elem))
+ WebDriverWait(self.selenium, SELENIUM_WAIT_SEC).until(
23
+ staleness_of(elem))
24
account_link = self.findNavigationLink('user:account')
25
self.assertEqual('Konto', account_link.text)
0 commit comments