Skip to content

Commit 13030b0

Browse files
committed
Allow addons to initiate
1 parent 31631ab commit 13030b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/address_bar_and_search/test_addon_suggestion.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from time import sleep
2+
13
import pytest
24
from selenium.webdriver import Firefox
35
from selenium.webdriver.support import expected_conditions as EC
@@ -31,6 +33,7 @@ def test_addon_suggestion_based_on_search_input(driver: Firefox):
3133
nav = Navigation(driver)
3234
nav.set_awesome_bar()
3335

36+
sleep(3) # Wait for Firefox to do backend addons initiation
3437
for input_text, addon_slug in INPUT_TO_ADDON_NAME.items():
3538
nav.type_in_awesome_bar(input_text)
3639

0 commit comments

Comments
 (0)