Skip to content

Commit 7231194

Browse files
authored
Merge pull request #711 from mozilla/tracy/improve_search_suggest_again
Another attempt to stabilize
2 parents 3a1547c + 66f3e31 commit 7231194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/address_bar_and_search/test_search_suggestions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from modules.util import BrowserActions
77

88
# Constants
9-
SEARCH_TERM_SPONSORED = "iphone"
9+
SEARCH_TERM_SPONSORED = "xbox one"
1010
SEARCH_TERM_NON_SPONSORED = "wiki"
11-
RETRY_LIMIT = 5
11+
RETRY_LIMIT = 10
1212

1313

1414
@pytest.fixture()

0 commit comments

Comments
 (0)