Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Coderunner: Fix to remove duplicate scenario names #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/behat/scratchpad_ui_params.feature
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Feature: Test the Scratchpad UI, UI Params
And I should not see "Run"
And I should not see "Prefix Answer?"

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

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

Scenario: Set output_display_mode to json, 'print' a hidden div to output area
Scenario: Set output_display_mode to json, get a stderr
And I set the field "id_answer" to ""
And I set the following fields to these values:
| id_customise | 1 |
Expand Down
Loading