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 53c20fa commit 8eec3afCopy full SHA for 8eec3af
pages/gfobt_test_kits/gfobt_test_kits_page.py
@@ -36,7 +36,7 @@ def go_to_create_qc_kit_page(self) -> None:
36
"""Navigate to the Create QC Kit page."""
37
self.click(self.create_qc_kit_page)
38
39
- def open_test_kits_report(self):
+ def open_test_kits_report(self) -> None:
40
"""Clicks the 'Test Kits' header to open the corresponding report section."""
41
self.click(self.test_kits_header)
42
0 commit comments