-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/9763 update medication wording for va video #9888
Feature/9763 update medication wording for va video #9888
Conversation
17da257
to
8e74c6e
Compare
await expect(element(by.id('prepareForVideoVisitTestID'))).toExist() | ||
await element(by.id('prepareForVideoVisitTestID')).tap() | ||
await expect(element(by.text('Appointments help'))).toExist() | ||
await element(by.text('Close')).tap() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This check is now part of checkMedicationWording
expect(screen.getByText('Before your appointment:')).toBeTruthy() | ||
expect( | ||
screen.getByText( | ||
'If you’re using an iPad or iPhone for your appointment, you’ll need to download the VA Video Connect iOS app beforehand. If you’re using any other device, you don’t need to download any software or app before your appointment.', | ||
), | ||
).toBeTruthy() | ||
expect( | ||
screen.getByText( | ||
'You’ll need to have access to a web camera and microphone. You can use an external camera and microphone if your device doesn’t have one.', | ||
), | ||
).toBeTruthy() | ||
expect( | ||
screen.getByText( | ||
/To connect to your Virtual Meeting Room at the appointment time, click the "Join session" button or the link that's in your confirmation email./, | ||
), | ||
).toBeTruthy() | ||
expect(screen.getByText('To have the best possible video experience, we recommend you:')).toBeTruthy() | ||
expect( | ||
screen.getByText('Connect to your video appointment from a quiet, private, and well-lighted location.'), | ||
).toBeTruthy() | ||
expect( | ||
screen.getByText('Check to ensure you have a strong Internet connection before your appointment.'), | ||
).toBeTruthy() | ||
expect( | ||
screen.getByText( | ||
'Connect to your appointment using a Wi-Fi network if using your mobile phone, rather than your cellular data network.', | ||
), | ||
).toBeTruthy() | ||
expect(screen.getByText('Medication review:')).toBeTruthy() | ||
expect( | ||
screen.getByText( | ||
'During your video appointment, your provider will want to review all the medications, vitamins, herbs, and supplements you’re taking—no matter if you got them from another provider, VA clinic, or local store.', | ||
), | ||
).toBeTruthy() | ||
expect( | ||
screen.getByText( | ||
"Please be ready to talk about your medications during your video visit to ensure you're getting the best and safest care possible.", | ||
), | ||
).toBeTruthy() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Figured since most of this was changing I should update this test to use only the translation function
1d4ed39
to
22deb1d
Compare
fa68c8e
to
36701e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just the typo, but everything else seems good
...een/Appointments/AppointmentTypeComponents/SharedComponents/AppointmentMedicationWording.tsx
Outdated
Show resolved
Hide resolved
36701e3
to
9251bdc
Compare
e718da6
to
c9ef03e
Compare
Posting what I had in Slack here, too:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good from what I can tell, just Misty's question left about loading message for the webview is all I think needs to be addressed
c9ef03e
to
3c21fd0
Compare
@mistymg Kapture.2024-10-23.at.10.54.40.mp4 |
Description of Change
Update the content in appointment details for the listed types to include the following component when
Upcoming
andCancelled
status. Existing content/wording relating to medication wording will be removed in favor of only the component listed below.Screenshots/Video
Kapture.2024-10-17.at.17.12.27.mp4
Kapture.2024-10-17.at.17.16.03.mp4
Testing
Reviewer Validations
Upcoming
andCancelled
statusUpcoming
andCancelled
statusUpcoming
andCancelled
statusAt Home
GFE
Atlas
has a link to open a sheet that displays how to set up your device.PR Checklist
Reviewer: Confirm the items below as you review
For QA
Run a build for this branch