-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
f9afc0e
commit 5313d6b
Showing
5 changed files
with
59 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Feature: Get Help in Signing Up from Assister/Broker | ||
Background: | ||
Given bs4_consumer_flow feature is enabled | ||
Given assister_agency feature is enabled | ||
Given that a user with a HBX staff role with hbx_tier3 subrole exists | ||
And Hbx Admin logs on to the Hbx Portal | ||
And the Admin is on the Main Page | ||
Given Hbx Admin Creates and Publish Individual market SEP Type | ||
And Patrick Doe has active individual market role and verified identity | ||
|
||
Scenario: Admin can view assisters and can select them | ||
When an IVL Assister Agency exists | ||
When Admin clicks Families tab | ||
Then the Admin is navigated to the Families screen | ||
And I click the name of Patrick Doe from family list | ||
And clicks on #help_me_sign_up | ||
And clicks on #bottom_expert_assister_link | ||
Then assister record exists and should be able to click on the Select button | ||
And should be able to click on the Select This Expert button | ||
Then should be able to select the assister and see the success message | ||
|
||
|
||
|
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