Skip to content

Commit 8eec3af

Browse files
As per PR # 123 comments, code change is implemented.
1 parent 53c20fa commit 8eec3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/gfobt_test_kits/gfobt_test_kits_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def go_to_create_qc_kit_page(self) -> None:
3636
"""Navigate to the Create QC Kit page."""
3737
self.click(self.create_qc_kit_page)
3838

39-
def open_test_kits_report(self):
39+
def open_test_kits_report(self) -> None:
4040
"""Clicks the 'Test Kits' header to open the corresponding report section."""
4141
self.click(self.test_kits_header)
4242

0 commit comments

Comments
 (0)