@@ -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