File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ def test_variable_reuse(pytester):
335
335
outline = textwrap .dedent (
336
336
"""\
337
337
Feature: Example parameters reuse
338
- Scenario Outline: Check for example parameter re-use
338
+ Scenario Outline: Check for example parameter reuse
339
339
Given the param is initially set from the example table as <param>
340
340
When a step arg of the same name is set to "other"
341
341
Then the param is still set from the example table as <param>
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ def test_local(request):
235
235
236
236
def test_uses_correct_step_in_the_hierarchy (pytester ):
237
237
"""
238
- Test regression found in issue #524, where we couldn't find the correct step implemntation in the
238
+ Test regression found in issue #524, where we couldn't find the correct step implementation in the
239
239
hierarchy of files/folder as expected.
240
240
This test uses many files and folders that act as decoy, while the real step implementation is defined
241
241
in the last file (test_b/test_b.py).
You can’t perform that action at this time.
0 commit comments