Skip to content

Commit

Permalink
Update test_acceptance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eveleighoj authored Aug 16, 2024
1 parent bc2299e commit 953d649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/test_acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_get_healthcheck(server_url):
def test_documentation_page(server_url, page: Page):
page.goto(server_url)
expect(page).to_have_title(re.compile("Planning Data"))
documentation = page.get_by_role("link", name="Documentation", exact=True)
documentation = page.get_by_role("link", name="API", exact=True)
expect(documentation).to_have_attribute("href", "/docs")
documentation.click()

Expand Down

0 comments on commit 953d649

Please sign in to comment.