-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to scenarios for Insured consumer flow dc (#3990)
* update admin consumer steps * update pom libaries * disable bs4 for individual features * diable bs4 consumer flow insured folder dc * update disable bs4 for dc * update scenarios for dc client * update scenarios for dc and maine * update scenarios for dc * update maine and dc scenarios * update dc account creation steps * remove unnecessarry comments #binding.irb * update wait for eligiblity response feature for maine and dc * update account creation feature for dc * update documents_page feature for dc * update household coverage page feature for dc * update message pages feature for dc * update individual_sep_signup feature for dc * update contast level aa scenarios for maine * update help_me_sign_up_steps * update dc insured scenarios * update other income scenarios for dc * update individual_sep_signup scenarios for dc * update individual_with_existing_sep scenarios for dc * add wait to individual steps for dc * disable bs4 changes for manage family personal information dc * update ageoff_sep_employee_adding_dependent scenario for dc * update household_info_continue_button_steps for dc * update health_coverage scenario * update continue button for dc * udate contrast level aa scenarios and remove comments from feature file * update comments around bugs introduce with details * update individual steps for maine * update job income steps for dc * update job income POM * update health coverage pom locators * fix health coverage eligible question * print cucumber failures in summary (#3987) * adding cucumber failures to summary * trying another way to pipe it * trying with tee instead of just redirection * tee didn't work * print error on screen too * update accessbility scenarios * more FAA cleanup * tax info continue button selector * tax info scnearios * missing translations * waiting for results cucumber * start on manage seps * don't use new bootstrap layout * convert response_id to string * more welcome screen work * ridp continue button * proper log out location * update individual steps for dc --------- Co-authored-by: Diana Quisbert <[email protected]> Co-authored-by: Kristin Merbach <[email protected]> Co-authored-by: Marco (Polo) Ornelas <[email protected]> Co-authored-by: Alec Turnbull <[email protected]>
- Loading branch information
1 parent
6af1cb0
commit 32a9e5b
Showing
101 changed files
with
703 additions
and
280 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,6 +178,7 @@ | |
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
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 |
---|---|---|
@@ -1,82 +1,150 @@ | ||
<!DOCTYPE html> | ||
<!-- extract to helper rather than use the ENV directly --> | ||
<html lang="en" data-theme="<%= ENV['CLIENT'] %>" data-contrast="<%= EnrollRegistry.feature_enabled?(:contrast_level_aa) %>" data-bs4="<%= @bs4 %>"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<%= favicon_link_tag Settings.site.tab_icon, :rel => 'shortcut icon', :type => EnrollRegistry[:enroll_app].settings(:favicon_tab_icon).item %> | ||
|
||
<title><%= content_for?(:title) ? yield(:title) : "Welcome to #{site_short_name} | #{site_short_name}" %></title> | ||
|
||
|
||
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %> | ||
<%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %> | ||
<%= stylesheet_pack_tag 'application', 'data-turbolinks-track': 'reload' %> | ||
<%= javascript_pack_tag ENV['CLIENT'], 'data-turbolinks-track': 'reload' %> | ||
<%= stylesheet_pack_tag ENV['CLIENT'], 'data-turbolinks-track': 'reload' %> | ||
|
||
<% if EnrollRegistry.feature_enabled?(:contrast_level_aa) %> | ||
<%= javascript_pack_tag 'contrast_level_aa' %> | ||
<%= stylesheet_pack_tag 'contrast_level_aa' %> | ||
<% end %> | ||
<% if @bs4 || @use_bs4_layout %> | ||
<!DOCTYPE html> | ||
<!-- extract to helper rather than use the ENV directly --> | ||
<html lang="en" data-theme="<%= ENV['CLIENT'] %>" data-contrast="<%= EnrollRegistry.feature_enabled?(:contrast_level_aa) %>" data-bs4="<%= @bs4 %>"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<%= favicon_link_tag Settings.site.tab_icon, :rel => 'shortcut icon', :type => EnrollRegistry[:enroll_app].settings(:favicon_tab_icon).item %> | ||
|
||
<%= action_cable_meta_tag %> | ||
<%= csrf_meta_tags %> | ||
<title><%= content_for?(:title) ? yield(:title) : "Welcome to #{site_short_name} | #{site_short_name}" %></title> | ||
|
||
<% if EnrollRegistry.feature_enabled?(:live_chat_widget) %> | ||
<%= render "shared/customer_support/live_chat_scripts" unless EnrollRegistry.feature_enabled?(:external_qna_bot) %> | ||
<% end %> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %> | ||
<%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %> | ||
<%= stylesheet_pack_tag 'application', 'data-turbolinks-track': 'reload' %> | ||
<%= javascript_pack_tag ENV['CLIENT'], 'data-turbolinks-track': 'reload' %> | ||
<%= stylesheet_pack_tag ENV['CLIENT'], 'data-turbolinks-track': 'reload' %> | ||
|
||
<%= render "layouts/analytics" if ENV['GA_TRACKING_ID'].present? %> | ||
</head> | ||
<body class="font <%= ENV['CLIENT'] || "ic" %>-sbm d-flex flex-column justify-content-between min-vh-100"> | ||
<%= render partial: './ui-components/bs4/v1/navs/header' %> | ||
<% if EnrollRegistry.feature_enabled?(:contrast_level_aa) %> | ||
<%= javascript_pack_tag 'contrast_level_aa' %> | ||
<%= stylesheet_pack_tag 'contrast_level_aa' %> | ||
<% end %> | ||
|
||
<%= yield :horizontal_menu %> | ||
<%= action_cable_meta_tag %> | ||
<%= csrf_meta_tags %> | ||
|
||
<main class="pb-5 <%= controller_name %> flex-grow-1"> | ||
<% if aca_security_questions %> | ||
<%= render 'users/security_question_responses/modal' %> | ||
<% if EnrollRegistry.feature_enabled?(:live_chat_widget) %> | ||
<%= render "shared/customer_support/live_chat_scripts" unless EnrollRegistry.feature_enabled?(:external_qna_bot) %> | ||
<% end %> | ||
|
||
<div class=<%= "mt-4" if @bs4 %>> | ||
<%= render_flash use_bs4: @bs4 %> | ||
</div> | ||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<%= render "layouts/analytics" if ENV['GA_TRACKING_ID'].present? %> | ||
</head> | ||
<body class="font <%= ENV['CLIENT'] || "ic" %>-sbm d-flex flex-column justify-content-between min-vh-100"> | ||
<%= render partial: './ui-components/bs4/v1/navs/header' %> | ||
|
||
<%= yield :horizontal_menu %> | ||
|
||
<main class="pb-5 <%= controller_name %> flex-grow-1"> | ||
<% if aca_security_questions %> | ||
<%= render 'users/security_question_responses/modal' %> | ||
<% end %> | ||
|
||
<aside class="container"> | ||
<%= yield :horizontal_status %> | ||
</aside> | ||
<div class=<%= "mt-4" if @bs4 %>> | ||
<%= render_flash use_bs4: @bs4 %> | ||
</div> | ||
|
||
<% if content_for? :content %> | ||
<%= yield :content %> | ||
<aside class="container"> | ||
<%= yield :horizontal_status %> | ||
</aside> | ||
|
||
<% if content_for? :content %> | ||
<%= yield :content %> | ||
<% else %> | ||
<%= yield %> | ||
<% end %> | ||
</main> | ||
<% if @bs4 %> | ||
<%= render partial: './ui-components/bs4/v1/footers/footer' %> | ||
<% else %> | ||
<%= yield %> | ||
<%= render partial: './ui-components/v1/layouts/footer' %> | ||
<% end %> | ||
<% if EnrollRegistry.feature_enabled?(:jquery_migrate) %> | ||
<% if EnrollRegistry[:jquery_migrate].setting(:show_warnings).item == true %> | ||
<script src="https://code.jquery.com/jquery-migrate-3.4.1.js"></script> | ||
<% else %> | ||
<script src="https://code.jquery.com/jquery-migrate-3.4.1.min.js"></script> | ||
<% end %> | ||
<% end %> | ||
</main> | ||
</body> | ||
<% if @bs4 %> | ||
<%= render partial: './ui-components/bs4/v1/footers/footer' %> | ||
<% else %> | ||
<%= render partial: './ui-components/v1/layouts/footer' %> | ||
<script> | ||
disableSelectric = true; | ||
</script> | ||
<% end %> | ||
<% if EnrollRegistry.feature_enabled?(:jquery_migrate) %> | ||
<% if EnrollRegistry[:jquery_migrate].setting(:show_warnings).item == true %> | ||
<script src="https://code.jquery.com/jquery-migrate-3.4.1.js" integrity="sha384-cG5RCHYtwmrSoNV1o0el92fuszs0g3Q7LmgwVE5f6u2Yn/LWDcUeEsDdmAhV0D3e" crossorigin="anonymous"></script> | ||
<% else %> | ||
<script src="https://code.jquery.com/jquery-migrate-3.4.1.min.js" integrity="sha384-ez4i72z0XhJqm0ZRoQkpPN0bDV8Kw8PK3n8kjEZsWhRDrfICLd0AGghHJB+vytx0" crossorigin="anonymous"></script> | ||
</html> | ||
<% else %> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<%= favicon_link_tag Settings.site.tab_icon, :rel => 'shortcut icon', :type => EnrollRegistry[:enroll_app].settings(:favicon_tab_icon).item %> | ||
|
||
<title><%= content_for?(:title) ? yield(:title) : "Welcome to #{site_short_name} | #{site_short_name}" %></title> | ||
|
||
|
||
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %> | ||
<%= stylesheet_pack_tag 'application', 'data-turbolinks-track': 'reload' %> | ||
<%= javascript_pack_tag ENV['CLIENT'], 'data-turbolinks-track': 'reload' %> | ||
<%= stylesheet_pack_tag ENV['CLIENT'], 'data-turbolinks-track': 'reload' %> | ||
|
||
<% if EnrollRegistry.feature_enabled?(:contrast_level_aa) %> | ||
<%= javascript_pack_tag 'contrast_level_aa' %> | ||
<%= stylesheet_pack_tag 'contrast_level_aa' %> | ||
<% end %> | ||
<% end %> | ||
</body> | ||
<% if @bs4 %> | ||
<script> | ||
disableSelectric = true; | ||
</script> | ||
<% end %> | ||
</html> | ||
|
||
<%= action_cable_meta_tag %> | ||
<%= csrf_meta_tags %> | ||
<% if EnrollRegistry.feature_enabled?(:live_chat_widget) %> | ||
<%= render "shared/customer_support/live_chat_scripts" unless EnrollRegistry.feature_enabled?(:external_qna_bot) %> | ||
<% end %> | ||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<%= render "layouts/analytics" if ENV['GA_TRACKING_ID'].present? %> | ||
|
||
</head> | ||
<body class="font <%= ENV['CLIENT'] || "ic" %>-sbm"> | ||
<%= render partial: './ui-components/bs4/v1/navs/header' %> | ||
|
||
<%= yield :horizontal_menu %> | ||
|
||
<div class="content <%= controller_name %> content-bottom nm-content"> | ||
<% if aca_security_questions %> | ||
<%= render 'users/security_question_responses/modal' %> | ||
<% end %> | ||
|
||
<%= render_flash %> | ||
<div class="container"> | ||
<%= yield :horizontal_status %> | ||
</div> | ||
<%= yield %> | ||
</div> | ||
<% if EnrollRegistry.feature_enabled?(:live_chat_widget) %> | ||
<%= render "shared/customer_support/live_chat_widget" %> | ||
<% end %> | ||
<%= render partial: './ui-components/bs4/v1/footers/footer' %> | ||
<% if EnrollRegistry.feature_enabled?(:jquery_migrate) %> | ||
<% if EnrollRegistry[:jquery_migrate].setting(:show_warnings).item == true %> | ||
<script src="https://code.jquery.com/jquery-migrate-3.4.1.js"></script> | ||
<% else %> | ||
<script src="https://code.jquery.com/jquery-migrate-3.4.1.min.js"></script> | ||
<% end %> | ||
<% end %> | ||
</body> | ||
</html> | ||
<% end %> |
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.