diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2024-11-25 21:46:24 +0100 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2024-11-25 21:46:24 +0100 | 
| commit | 9f32a3ada1016a992afb44e51d23560a86fca76d (patch) | |
| tree | 4b79eaa6439ac924114f8530434ac1057163c9d8 /tests/playwright | |
| parent | d1a07597cd787bc45466480fb0aca842976dd039 (diff) | |
| download | fietsboek-9f32a3ada1016a992afb44e51d23560a86fca76d.tar.gz fietsboek-9f32a3ada1016a992afb44e51d23560a86fca76d.tar.bz2 fietsboek-9f32a3ada1016a992afb44e51d23560a86fca76d.zip  | |
update dependencies
Diffstat (limited to 'tests/playwright')
| -rw-r--r-- | tests/playwright/test_basic.py | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/playwright/test_basic.py b/tests/playwright/test_basic.py index 66ec326..231962e 100644 --- a/tests/playwright/test_basic.py +++ b/tests/playwright/test_basic.py @@ -53,7 +53,7 @@ def test_upload(page: Page, playwright_helper, tmp_path, dbaccess):      # We now fill in most of the data      page.get_by_label("Title", exact=True).fill("An awesome track!")      page.get_by_label("Date").type("07302022") -    page.get_by_label("Date").press("Tab") +    #page.get_by_label("Date").press("Tab")      page.get_by_label("Date").type("12:41")      page.get_by_label("Visibility").select_option(label="Public")      page.get_by_label("Tags").fill("Tolle Tour") @@ -84,7 +84,6 @@ def test_edit(page: Page, playwright_helper, dbaccess):      # We now fill in most of the data      page.get_by_label("Title", exact=True).fill("Not so awesome anymore!")      page.get_by_label("Date").type("09232019") -    page.get_by_label("Date").press("Tab")      page.get_by_label("Date").type("15:28")      page.get_by_label("Visibility").select_option(label="Public")      page.get_by_label("Tags").fill("Shitty Tour")  | 
