We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5c047 commit 2d97cdaCopy full SHA for 2d97cda
src/python_testing/test_plan_table_generator.py
@@ -76,7 +76,7 @@ def main(filename, classname, test):
76
indent = 6
77
header_num = f'{"**#**":<{indent}}'
78
header_num_step = f'|{header_num} |*TestStep* '
79
- s = ('[cols="5%,45%,45%"]\n'
+ s = ('[cols="10%,45%,45%"]\n'
80
'|===\n'
81
f'{header_num_step}|*Expected Outcome*\n')
82
for step in steps:
0 commit comments