Skip to content

Commit 753da81

Browse files
committed
Update test
1 parent 68d85f9 commit 753da81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_app.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
def test_index(live_server, page):
66
page.goto(url_for("main.index", _external=True))
7-
expect(
8-
page.get_by_role("heading", name="Planning considerations manager")
9-
).to_be_visible()
7+
expect(page.get_by_role("heading", name="Planning considerations")).to_be_visible()
108
expect(page.get_by_role("link", name="List of planning")).to_be_visible()
119
expect(page.get_by_role("link", name="What we are working on An")).to_be_visible()
1210
expect(page.get_by_role("link", name="Breakdown of planning")).to_be_visible()

0 commit comments

Comments
 (0)