test: 💍 Fixed failing contact list test

This commit is contained in:
Kajetan Kazimierczak 2021-11-16 14:14:18 +01:00
parent 3e0fd1474a
commit b2c8c82791
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ test('displays address of guardian', () => {
fireEvent.press(screen.getByTestId('ShowContactInfoButton'))
fireEvent.press(screen.getByText(/hem/i))
fireEvent.press(screen.getByText(/adress/i))
expect(Linking.openURL).toHaveBeenCalledWith(
'http://maps.apple.com/?daddr=Testgatan'
)