Skip to content

Commit

Permalink
Update copy in quick transfer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Nov 5, 2024
1 parent 057fa1e commit 061120c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('Delay', () => {

it('renders the first delay screen, continue, and back buttons', () => {
render(props)
screen.getByText('Delay before aspirating')
screen.getByText('Delay after aspirating')
screen.getByTestId('ChildNavigation_Primary_Button')
screen.getByText('Enabled')
screen.getByText('Disabled')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('TouchTip', () => {

it('renders the first touch tip screen, continue, and back buttons', () => {
render(props)
screen.getByText('Touch tip before aspirating')
screen.getByText('Touch tip after aspirating')
screen.getByTestId('ChildNavigation_Primary_Button')
screen.getByText('Enabled')
screen.getByText('Disabled')
Expand Down

0 comments on commit 061120c

Please sign in to comment.