Skip to content

Commit

Permalink
test(connect): re-enable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Jan 15, 2025
1 parent ed201cf commit f232203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
12 changes: 2 additions & 10 deletions packages/connect/e2e/tests/device/authorizeCoinjoin.test.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
import TrezorConnect from '../../../src';
import {
getController,
setup,
conditionalTest,
conditionalDescribe,
initTrezorConnect,
} from '../../common.setup';
import { getController, setup, conditionalTest, initTrezorConnect } from '../../common.setup';

const controller = getController();

// skip T3T1 until `emulator-apply-settings` with `auto_lock_delay_ms` is fixed on emu
// https://github.com/trezor/trezor-user-env/issues/280
conditionalDescribe(['!T3T1'], 'TrezorConnect.authorizeCoinjoin', () => {
describe(['1', '<2.5.4'], 'TrezorConnect.authorizeCoinjoin', () => {
beforeAll(async () => {
await setup(controller, {
mnemonic: 'mnemonic_all',
Expand Down
12 changes: 2 additions & 10 deletions packages/connect/e2e/tests/device/setBusy.test.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
import TrezorConnect from '../../../src';
import {
getController,
setup,
conditionalTest,
initTrezorConnect,
conditionalDescribe,
} from '../../common.setup';
import { getController, setup, conditionalTest, initTrezorConnect } from '../../common.setup';

const controller = getController();

// skip T3T1 until `emulator-apply-settings` with `auto_lock_delay_ms` is fixed on emu
// https://github.com/trezor/trezor-user-env/issues/280
conditionalDescribe(['!T3T1'], 'TrezorConnect.setBusy', () => {
describe('TrezorConnect.setBusy', () => {
beforeAll(async () => {
await setup(controller, {
mnemonic: 'mnemonic_all',
Expand Down

0 comments on commit f232203

Please sign in to comment.