Skip to content

Commit

Permalink
removed patch and updated controls
Browse files Browse the repository at this point in the history
  • Loading branch information
cadibemma committed Nov 15, 2024
1 parent dc50b73 commit 92f8bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ context('AppealDetailsScreen', () => {
...appealData,
type: 'appeal',
})
await waitFor(() => fireEvent.press(screen.getByRole('link', { name: 'Status' })))
await waitFor(() => fireEvent.press(screen.getByRole('tab', { name: 'Status' })))
await waitFor(() => expect(screen.getByRole('header', { name: 'Appeal for compensation' })).toBeTruthy())
await waitFor(() => expect(screen.getByText('Up to date as of ' + dateTime)).toBeTruthy())
await waitFor(() => expect(screen.getByText('Received')).toBeTruthy())
Expand Down Expand Up @@ -126,7 +126,7 @@ context('AppealDetailsScreen', () => {
...appealData,
type: 'appeal',
})
await waitFor(() => fireEvent.press(screen.getByRole('link', { name: 'Issues' })))
await waitFor(() => fireEvent.press(screen.getByRole('tab', { name: 'Issues' })))
await waitFor(() => expect(screen.getByRole('header', { name: 'Appeal for compensation' })).toBeTruthy())
await waitFor(() => expect(screen.getByText('Received')).toBeTruthy())
await waitFor(() => expect(screen.getByRole('header', { name: 'Currently on appeal' })).toBeTruthy())
Expand Down

0 comments on commit 92f8bb9

Please sign in to comment.