We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5b269 commit 47d2596Copy full SHA for 47d2596
crim/tests/test_functional.py
@@ -86,9 +86,9 @@ def test_checkout_about_pages(self):
86
self.assertTrue(len(page.locator("#home-page").text_content()) > 0)
87
page.go_back()
88
89
- # checkout the Introduction section
+ # checkout the CRIM Intervals section
90
page.click('a:text("About")')
91
- page.click('a:text("Introduction")')
+ page.click('a:text("CRIM Intervals")')
92
93
94
0 commit comments