Skip to content

Commit ab3a46a

Browse files
author
Bernhard Posselt
committed
reformat
1 parent 45047de commit ab3a46a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nextcloudappstore/core/tests/e2e/test_change_language.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def test_change_lang(self):
1919
lang.select_by_value('de')
2020
elem.submit()
2121

22-
WebDriverWait(self.selenium, SELENIUM_WAIT_SEC).until(staleness_of(elem))
22+
WebDriverWait(self.selenium, SELENIUM_WAIT_SEC).until(
23+
staleness_of(elem))
2324
account_link = self.findNavigationLink('user:account')
2425
self.assertEqual('Konto', account_link.text)

0 commit comments

Comments
 (0)