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 aa2a439 commit 2d4715fCopy full SHA for 2d4715f
pages/gfobt_test_kits/gfobt_test_kits_page.py
@@ -37,6 +37,7 @@ def go_to_create_qc_kit_page(self) -> None:
37
self.click(self.create_qc_kit_page)
38
39
def open_test_kits_report(self):
40
+ """Clicks the 'Test Kits' header to open the corresponding report section."""
41
self.click(self.test_kits_header)
42
43
0 commit comments