-
Notifications
You must be signed in to change notification settings - Fork 10
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
temporary fix for broken faa cucumber steps #4854
Merged
Merged
Conversation
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
bbodine1
force-pushed
the
epic_188588775_csp_enabled
branch
from
December 19, 2024 14:26
a856f7d
to
95095b0
Compare
bbodine1
force-pushed
the
csp_faa_inline_js
branch
from
December 19, 2024 14:48
8bc3891
to
36609a1
Compare
RyanEddyIC
force-pushed
the
csp_faa_inline_js
branch
2 times, most recently
from
December 20, 2024 21:06
755d6a3
to
b5ccc45
Compare
bbodine1
force-pushed
the
epic_188588775_csp_enabled
branch
from
December 21, 2024 17:54
820c9db
to
3626348
Compare
RyanEddyIC
force-pushed
the
csp_faa_inline_js
branch
2 times, most recently
from
December 23, 2024 19:37
bcc3d75
to
8fb2eeb
Compare
bbodine1
reviewed
Dec 23, 2024
components/financial_assistance/app/views/financial_assistance/applicants/tax_info.html.erb
Outdated
Show resolved
Hide resolved
...onents/financial_assistance/app/views/financial_assistance/applications/preferences.html.erb
Outdated
Show resolved
Hide resolved
...cial_assistance/app/views/financial_assistance/applications/submit_your_application.html.erb
Outdated
Show resolved
Hide resolved
components/financial_assistance/app/views/financial_assistance/benefits/index.html.erb
Outdated
Show resolved
Hide resolved
components/financial_assistance/app/views/financial_assistance/deductions/index.html.erb
Outdated
Show resolved
Hide resolved
components/financial_assistance/app/views/financial_assistance/incomes/index.html.erb
Outdated
Show resolved
Hide resolved
components/financial_assistance/app/views/financial_assistance/incomes/other.html.erb
Outdated
Show resolved
Hide resolved
bbodine1
approved these changes
Dec 23, 2024
anncaballeroo
approved these changes
Dec 23, 2024
bbodine1
force-pushed
the
epic_188588775_csp_enabled
branch
from
December 24, 2024 05:02
a6e2c15
to
d5a5c35
Compare
bbodine1
force-pushed
the
csp_faa_inline_js
branch
from
December 24, 2024 05:42
823dc1c
to
e40c5c1
Compare
bbodine1
added a commit
that referenced
this pull request
Dec 25, 2024
* temporary fix for broken faa cucumber steps * fix income forms * add bs4 to date validation * fix back to household buttons * fix deduction form ids * tax info cucumber fix * cucumber step fixes * add driver alert accept to step * remove javascript void from anchors --------- Co-authored-by: Brad Bodine <[email protected]>
bbodine1
added a commit
that referenced
this pull request
Dec 31, 2024
* temporary fix for broken faa cucumber steps * fix income forms * add bs4 to date validation * fix back to household buttons * fix deduction form ids * tax info cucumber fix * cucumber step fixes * add driver alert accept to step * remove javascript void from anchors --------- Co-authored-by: Brad Bodine <[email protected]>
bbodine1
added a commit
that referenced
this pull request
Jan 5, 2025
* temporary fix for broken faa cucumber steps * fix income forms * add bs4 to date validation * fix back to household buttons * fix deduction form ids * tax info cucumber fix * cucumber step fixes * add driver alert accept to step * remove javascript void from anchors --------- Co-authored-by: Brad Bodine <[email protected]>
bbodine1
added a commit
that referenced
this pull request
Jan 7, 2025
* temporary fix for broken faa cucumber steps * fix income forms * add bs4 to date validation * fix back to household buttons * fix deduction form ids * tax info cucumber fix * cucumber step fixes * add driver alert accept to step * remove javascript void from anchors --------- Co-authored-by: Brad Bodine <[email protected]>
bbodine1
added a commit
that referenced
this pull request
Jan 8, 2025
* temporary fix for broken faa cucumber steps * fix income forms * add bs4 to date validation * fix back to household buttons * fix deduction form ids * tax info cucumber fix * cucumber step fixes * add driver alert accept to step * remove javascript void from anchors --------- Co-authored-by: Brad Bodine <[email protected]>
bbodine1
added a commit
that referenced
this pull request
Jan 9, 2025
* temporary fix for broken faa cucumber steps * fix income forms * add bs4 to date validation * fix back to household buttons * fix deduction form ids * tax info cucumber fix * cucumber step fixes * add driver alert accept to step * remove javascript void from anchors --------- Co-authored-by: Brad Bodine <[email protected]>
bbodine1
added a commit
that referenced
this pull request
Jan 10, 2025
* temporary fix for broken faa cucumber steps * fix income forms * add bs4 to date validation * fix back to household buttons * fix deduction form ids * tax info cucumber fix * cucumber step fixes * add driver alert accept to step * remove javascript void from anchors --------- Co-authored-by: Brad Bodine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
let
helpers andbefore
blocks..html_safe
.PR Type
What kind of change does this PR introduce?:
What is the ticket # detailing the issue?
Ticket:
A brief description of the changes:
Current behavior:
New behavior:
Feature Flag
For all new feature development, a feature flag is required to control the exposure of the feature to our end users. A feature flag needs a corresponding environment variable to initialize the state of the flag. Please share the name of the environment variable below that would enable/disable the feature and indicate which client(s) it applies to.
Variable name:
Additional Context
Include any additional context that may be relevant to the peer review process.