mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-23 00:28:03 +01:00
Compare commits
No commits in common. "7df1caab66bad6785e0021ac4638fed653b3e737" and "71d2605629bcb530e2d8b32b554fcdab34259812" have entirely different histories.
7df1caab66
...
71d2605629
2 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.2.0
|
||||
rev: v0.1.14
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
|
|
@ -253,7 +253,6 @@ 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