-
Notifications
You must be signed in to change notification settings - Fork 1
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
Coaching Page - Add person's name #1116
Conversation
Preview branch generated at https://helpscout-coaching-name.d3dytjb8adxkk5.amplifyapp.com |
Bundle sizes [mpdx-react]Compared against e9331a0
|
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.
Great work! A couple small fixes and this will be ready to go. Can you add a test too that the users are shown?
You can check off the "Missing second name for coached user" line from our functionality review sheet when this merges, because I'm pretty sure it's a duplicate.
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.
I wasn't thinking the display="inline"
was necessary, but I trust you. Thanks for fixing these!
}); | ||
}); | ||
|
||
expect(await findByText('Initiate for Appointment')).toBeInTheDocument(); | ||
await waitFor( |
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.
You can also customize findByText
's timeout if you need to: findByText('...', {}, { timeout: 3000 })
.
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.
Ah ok good to know
Description
https://secure.helpscout.net/conversation/2724265010/1237546?folderId=7669074
Checklist: