This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code System Mappings, compression, bug 681
- Loading branch information
Showing
27 changed files
with
163 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,25 +45,6 @@ Feature: Manage Questions | |
Then I should see "Group1" | ||
And I should see "None" | ||
|
||
Scenario: Manage Tags on a Question Show page | ||
Given I have a published Question with the content "What is your gender?" and the description "This is a question" and the type "MC" and the concept "New Concept Name" | ||
And I am logged in as test_author@gmail.com | ||
When I go to the list of Questions | ||
And I click on the menu link for the Question with the content "What is your gender?" | ||
And I click on the option to Details the Question with the content "What is your gender?" | ||
Then I should see "Name: What is your gender?" | ||
And I should see "Update" | ||
When I click on the "Update" link | ||
And I click on the "Add Row" link | ||
And I fill in the "value_1" field with "Test Concept 2" | ||
And I click on the "remove_0" link | ||
And I click on the "Add Row" link | ||
And I fill in the "displayName_1" field with "New" | ||
And I select tag "New Concept Name" in the tag dropdown | ||
And I click on the "Save" button | ||
Then I should see "New Concept Name" | ||
And I should see "Test Concept 2" | ||
|
||
Scenario: Send a Draft Question to a Publisher | ||
Given I have a Question with the content "What is your gender?" and the description "This is a question" and the type "MC" and the concept "New Concept Name" | ||
And I have a publisher "[email protected]" with the first name "Johnny" and last name "Test" | ||
|
@@ -84,7 +65,7 @@ Feature: Manage Questions | |
And I click on the option to Details the Question with the content "What is your gender?" | ||
Then I should see "Name: What is your gender?" | ||
Then I should see "Description: This is a question" | ||
Then I should see "No Tags Selected" | ||
Then I should see "No Code System Mappings Selected" | ||
|
||
Scenario: Comment on a Question in Detail | ||
Given I have a Question with the content "What is your gender?" and the type "MC" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.