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 1a61370 commit 3ba5af0Copy full SHA for 3ba5af0
lung_cancer_screening/core/tests/acceptance/helpers/test_helpers.py
@@ -6,7 +6,7 @@ def check_labels(page, answers):
6
page.get_by_label(answers, exact=True).check()
7
return
8
9
- if isinstance(answers, list, tuple):
+ if isinstance(answers, (list, tuple)):
10
for answer in answers:
11
page.get_by_label(answer, exact=True).check()
12
0 commit comments