mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 15:48:02 +01:00
mark the other selenium test as flaky
This commit is contained in:
parent
7468ac8f05
commit
7df1caab66
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ def login(
|
|||
selenium.find_element(By.ID, "id_password").send_keys(Keys.RETURN)
|
||||
|
||||
|
||||
@pytest.mark.flaky(reruns=5)
|
||||
@freezegun.freeze_time("2022-09-24 19:03:00+0200")
|
||||
def test_baskets_list(live_server: LiveServer, selenium: WebDriver):
|
||||
wait = WebDriverWait(selenium, 10)
|
||||
|
|
Loading…
Reference in a new issue