Skip to content

Commit 47d2596

Browse files
committed
Small FT update (about page)
1 parent 9e5b269 commit 47d2596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crim/tests/test_functional.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ def test_checkout_about_pages(self):
8686
self.assertTrue(len(page.locator("#home-page").text_content()) > 0)
8787
page.go_back()
8888

89-
# checkout the Introduction section
89+
# checkout the CRIM Intervals section
9090
page.click('a:text("About")')
91-
page.click('a:text("Introduction")')
91+
page.click('a:text("CRIM Intervals")')
9292
self.assertTrue(len(page.locator("#home-page").text_content()) > 0)
9393
page.go_back()
9494

0 commit comments

Comments
 (0)