Skip to content

Commit

Permalink
2818: Fix fork
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Nov 19, 2024
1 parent 2a0a3b2 commit 9821a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion native/src/__tests__/Navigator.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ describe('Navigator', () => {

it('should display categories if a city is selected and the intro was shown', async () => {
const { findByText } = renderNavigator({ cityCode: 'augsburg', introShown: true })
await findByText('CategoriesInvalid')
// Fix
await findByText('Categories')
})

it('should display landing if the selected city is not available anymore', async () => {
Expand Down

0 comments on commit 9821a84

Please sign in to comment.