test: fix e2e tests (#2578)

# Summary

Fix broken E2E iOS tests

## Test Plan

CI should be green
This commit is contained in:
Jakub Grzywacz
2024-12-16 13:14:31 +01:00
committed by GitHub
parent d49783040d
commit a9e702c462
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import React from 'react';
import {ActivityIndicator, Platform, View} from 'react-native';
import {GestureHandlerRootView} from 'react-native-gesture-handler';
import {ListScreen} from './ListScreen';
import * as E2e from './e2e/index.macos';
import * as E2e from './e2e/index';
import {examples} from './examples';
import * as FilterImage from './examples/FilterImage';
import * as Filters from './examples/Filters';