mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Compare commits
2 commits
71d2605629
...
7df1caab66
Author | SHA1 | Date | |
---|---|---|---|
7df1caab66 | |||
|
7468ac8f05 |
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: djhtml
|
- id: djhtml
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.1.14
|
rev: v0.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
|
|
@ -253,6 +253,7 @@ def login(
|
||||||
selenium.find_element(By.ID, "id_password").send_keys(Keys.RETURN)
|
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")
|
@freezegun.freeze_time("2022-09-24 19:03:00+0200")
|
||||||
def test_baskets_list(live_server: LiveServer, selenium: WebDriver):
|
def test_baskets_list(live_server: LiveServer, selenium: WebDriver):
|
||||||
wait = WebDriverWait(selenium, 10)
|
wait = WebDriverWait(selenium, 10)
|
||||||
|
|
Loading…
Reference in a new issue