We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa95438 commit ffebb00Copy full SHA for ffebb00
1 file changed
app/components/UI/Bridge/Views/BridgeView/BridgeView.test.tsx
@@ -288,15 +288,15 @@ jest.mock(
288
() => {
289
const React = jest.requireActual('react');
290
const { View } = jest.requireActual('react-native');
291
- const { BridgeViewSelectorsIDs: BridgeViewTestIds } = jest.requireActual(
292
- './BridgeView.testIds',
293
- );
+ const TrendingTokensSectionTestIds = jest.requireActual(
+ '../../components/BridgeTrendingTokensSection/BridgeTrendingTokensSection.testIds',
+ ).BridgeTrendingTokensSectionTestIds;
294
295
return {
296
__esModule: true,
297
default: () =>
298
React.createElement(View, {
299
- testID: BridgeViewTestIds.TRENDING_TOKENS_SECTION,
+ testID: TrendingTokensSectionTestIds.SECTION,
300
}),
301
};
302
},
0 commit comments