Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dev-packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@sentry/core": "10.58.0",
"@sentry/react-native": "8.15.0",
"@types/node": "^20.9.3",
"@types/react": "^18.2.64",
"@types/react": "^19.1.4",
"appium": "3.2.2",
"appium-uiautomator2-driver": "7.0.0",
"appium-xcuitest-driver": "10.32.1",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"react": "18.3.1",
"react-native": "0.77.1",
"react": "19.2.3",
"react-native": "0.86.0",
"react-native-launch-arguments": "^4.0.2",
"typescript": "4.9.5",
"webdriverio": "^8.27.0"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/e2e-tests/src/EndToEndTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Text, View } from 'react-native';

const E2E_TESTS_READY_TEXT = 'E2E Tests Ready';

const EndToEndTestsScreen = (): JSX.Element => {
const EndToEndTestsScreen = (): React.JSX.Element => {
const [isReady, setIsReady] = React.useState(false);
const [eventId, setEventId] = React.useState<string | null>(null);
const [error, setError] = React.useState<string>('No error');
Expand Down
Loading
Loading