LG-12269 Improve ID-IPP feature test structure#11506
Conversation
8a1c02f to
72b28fd
Compare
72b28fd to
6238b3f
Compare
eileen-nava
left a comment
There was a problem hiding this comment.
Approved. I left non-blocking comments.
There was a problem hiding this comment.
Nit: While making changes in here, what would you think of changing before(:each) to before? Since before's scope defaults to each, I'm not sure the benefit of writing before(:each) instead of before.
I'm also wondering if it's be worth changing the capitalization for validation, too?
There was a problem hiding this comment.
Nice catch I will update those
There was a problem hiding this comment.
spec/support/features/in_person_helper.rb includes the complete_all_in_person_proofing_steps method and spec/support/features/doc_auth_helper.rb includes the complete_up_to_how_to_verify_step_for_opt_in_ipp method, both of which are somewhat similar to this method. What would you think of moving this method to the in_person_helper?
There was a problem hiding this comment.
I can do that. That will be a good way to dry things up.
|
My initial review is complete. Please reach out if/when you'd like another review. Comments are non-blocking and I approve so far. I will wait for final stamp though as I think you are looking into some of the above comments. |
6238b3f to
fb67563
Compare
|
@shanechesnutt-ft Why was |
fb67563 to
9a7908e
Compare
That was a mistake on my part |
a10503b to
35776a7
Compare
eileen-nava
left a comment
There was a problem hiding this comment.
I took another look at your changes and they look good. Approved again!
[skip changelog]
35776a7 to
6a609e7
Compare
🎫 Ticket
Link to the relevant ticket:
LG-12269
🛠 Summary of changes
Improved test structure in the feature tests for the ID-IPP flow.
📜 Testing Plan