Skip to content

Commit

Permalink
refactor: remove legacy fund selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Sep 8, 2023
1 parent befe8cc commit f11eb20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/fund/components/fiat-provider-item.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FundPageSelectors } from '@tests-legacy/page-objects/fund.selectors';
import { FundPageSelectors } from '@tests/selectors/fund.selectors';

import { AvailableRegions } from '@app/query/common/remote-config/remote-config.query';

Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/fund/components/fund-account-tile.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Stack, color, transition } from '@stacks/ui';
import { FundPageSelectors } from '@tests-legacy/page-objects/fund.selectors';
import { FundPageSelectors } from '@tests/selectors/fund.selectors';
import { styled } from 'leather-styles/jsx';
import { token } from 'leather-styles/tokens';

Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/fund/components/receive-stx-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import QRCodeIcon from '@assets/images/fund/qr-code-icon.png';
import ReceiveStxEllipses from '@assets/images/fund/receive-stx-ellipses.png';
import StacksIcon from '@assets/images/fund/stacks-icon.png';
import { Box } from '@stacks/ui';
import { FundPageSelectors } from '@tests-legacy/page-objects/fund.selectors';
import { FundPageSelectors } from '@tests/selectors/fund.selectors';

import { FundAccountTile } from './fund-account-tile';

Expand Down
3 changes: 2 additions & 1 deletion tests-legacy/integration/onboarding/onboarding.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { SettingsSelectors } from '@tests/selectors/settings.selectors';

import { RouteUrls } from '@shared/route-urls';

import { SECRET_KEY } from '../../mocks';
import { WalletPage } from '../../page-objects/wallet.page';
import { SettingsSelectors } from '../settings.selectors';
import { BrowserDriver, createTestSelector, setupBrowser } from '../utils';

jest.setTimeout(30_000);
Expand Down
5 changes: 0 additions & 5 deletions tests-legacy/page-objects/fund.selectors.ts

This file was deleted.

0 comments on commit f11eb20

Please sign in to comment.