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 ca379e0 commit 82a551dCopy full SHA for 82a551d
1 file changed
steps/steps.py
@@ -96,7 +96,7 @@ def check_page_is_not_served(context):
96
if row['property'] == 'wait':
97
wait = int(row['value'])
98
if row['property'] == 'timeout':
99
- timeout = row['value']
+ timeout = float(row['value'])
100
if row['property'] == 'expected_phrase':
101
expected_phrase = row['value']
102
if row['property'] == 'path':
@@ -142,7 +142,7 @@ def check_page_is_served(context):
142
143
144
145
146
147
148
0 commit comments