-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Frank Duncan
committed
Sep 7, 2018
1 parent
6831ab5
commit 603bd87
Showing
6 changed files
with
41 additions
and
7 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
19 changes: 19 additions & 0 deletions
19
psm-app/integration-tests/src/test/resources/features/enrollment/reject_workflow.feature
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@reject | ||
Feature: Enrollment Reject Workflow | ||
Users wish to execute reject workflow functions | ||
|
||
Scenario: Provider Create Individual Workflow Enrollment | ||
Given I have started an enrollment | ||
And I am on the individual provider statement page | ||
And I enter my individual provider statement | ||
And I submit the enrollment | ||
Then I should have no errors | ||
|
||
Scenario: Admin Reject Individual Enrollment | ||
Given I am logged in as an admin | ||
And I am on the admin Pending page | ||
When I am on the Review Enrollment Page for '0000000006' | ||
And I Reject the Enrollment | ||
And I view the Reviewed Enrollment | ||
Then I should have no errors | ||
And The Enrollment should be in the 'Denied' state |
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