diff --git a/packages/suite-desktop-core/e2e/tests/coin-market/buy-coins.test.ts b/packages/suite-desktop-core/e2e/tests/trading/buy-bitcoin.test.ts similarity index 100% rename from packages/suite-desktop-core/e2e/tests/coin-market/buy-coins.test.ts rename to packages/suite-desktop-core/e2e/tests/trading/buy-bitcoin.test.ts diff --git a/packages/suite-desktop-core/e2e/tests/trading/buy-ethereum.test.ts b/packages/suite-desktop-core/e2e/tests/trading/buy-ethereum.test.ts new file mode 100644 index 00000000000..1286b637152 --- /dev/null +++ b/packages/suite-desktop-core/e2e/tests/trading/buy-ethereum.test.ts @@ -0,0 +1,5 @@ +import { test } from '../../support/fixtures'; + +test.describe('Trading - Buy Solana', { tag: ['@group=other', '@webOnly'] }, () => { + test.skip('Buy Ethereum that is not discovered on wallet yet', () => {}); +}); diff --git a/packages/suite-desktop-core/e2e/tests/coin-market/buy-solana.test.ts b/packages/suite-desktop-core/e2e/tests/trading/buy-solana.test.ts similarity index 100% rename from packages/suite-desktop-core/e2e/tests/coin-market/buy-solana.test.ts rename to packages/suite-desktop-core/e2e/tests/trading/buy-solana.test.ts diff --git a/packages/suite-desktop-core/e2e/tests/coin-market/exchange-coins.test.ts b/packages/suite-desktop-core/e2e/tests/trading/exchange-coins.test.ts similarity index 100% rename from packages/suite-desktop-core/e2e/tests/coin-market/exchange-coins.test.ts rename to packages/suite-desktop-core/e2e/tests/trading/exchange-coins.test.ts