Skip to content

Commit 009a22f

Browse files
authored
Merge pull request #250 from AnupamaSarjoshi/wip879937
Coderunner: Fix to remove duplicate scenario names
2 parents 3185864 + efe8a62 commit 009a22f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/behat/scratchpad_ui_params.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Feature: Test the Scratchpad UI, UI Params
102102
And I should not see "Run"
103103
And I should not see "Prefix Answer?"
104104

105-
Scenario: Change UI param for run button name
105+
Scenario: Change UI param for prefix name
106106
And I set the field "id_answer" to ""
107107
And I set the following fields to these values:
108108
| id_customise | 1 |
@@ -451,7 +451,7 @@ Feature: Test the Scratchpad UI, UI Params
451451
And I set the ace field "test_code" to ""
452452
And I should see "<div hidden>Hi</div>"
453453

454-
Scenario: Set output_display_mode to json, 'print' a hidden div to output area
454+
Scenario: Set output_display_mode to json, get json parsing error
455455
And I set the field "id_answer" to ""
456456
And I set the following fields to these values:
457457
| id_customise | 1 |
@@ -473,7 +473,7 @@ Feature: Test the Scratchpad UI, UI Params
473473
And I press "Run"
474474
Then I should see "Error parsing JSON. Output from wrapper:"
475475

476-
Scenario: Set output_display_mode to json, 'print' a hidden div to output area
476+
Scenario: Set output_display_mode to json, get a stderr
477477
And I set the field "id_answer" to ""
478478
And I set the following fields to these values:
479479
| id_customise | 1 |

0 commit comments

Comments
 (0)