Skip to content

Commit

Permalink
feat: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorozenko committed Apr 30, 2024
1 parent 43b3223 commit 9da9a08
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
11 changes: 0 additions & 11 deletions stock_app_tapyr/logic/utils.py

This file was deleted.

10 changes: 0 additions & 10 deletions tests/playwirght/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,3 @@
def test_startup(page: Page):
page.goto(APP_URL)
expect(page).not_to_have_title("404")


def test_footer(page: Page):
"""
Test that the footer contains the link to the docs.
This is a simple test to show how to use the `get_by_test_id` method.
And probably you want to remove/adjust for your own needs.
"""
page.goto(APP_URL)
expect(page.get_by_test_id("docs-link")).to_contain_text("Start with the docs!")
26 changes: 0 additions & 26 deletions tests/pytest/test_utils.py

This file was deleted.

0 comments on commit 9da9a08

Please sign in to comment.