Skip to content

Commit c2cd2fd

Browse files
author
Alexandre Lissy
committed
WIP: Try longwait on Windows?
1 parent 305fdd4 commit c2cd2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/enterprise/test_firefox_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_about_support(self, exp):
2727
version_box = self._wait.until(
2828
EC.visibility_of_element_located((By.ID, "version-box"))
2929
)
30-
self._wait.until(lambda d: len(version_box.text) > 0)
30+
self._longwait.until(lambda d: len(version_box.text) > 0)
3131
self._logger.info(f"about:support version: {version_box.text}")
3232
assert version_box.text == exp["version_box"], "version text should match"
3333

0 commit comments

Comments
 (0)