mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 07:03:56 +02:00
175 create person page (#178)
Created person page and updated search bar in the header to search for persons
This commit is contained in:
@ -31,9 +31,9 @@ def test_go_to_home() -> None:
|
||||
assert output == "/"
|
||||
|
||||
|
||||
def test_go_to_company_page() -> None:
|
||||
"""Checks if the go_to_company_page callback yields a result."""
|
||||
output = app.go_to_company_page(1)
|
||||
def test_go_to_detail_page() -> None:
|
||||
"""Checks if the go_to_detail_page callback yields a result."""
|
||||
output = app.go_to_detail_page("c_1")
|
||||
assert output == "/Unternehmensdetails/1"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user