Skip to content

Commit

Permalink
feat(e2e): Migrated the rest of wallet test (#17239)
Browse files Browse the repository at this point in the history
* feat(e2e): Migrated the rest of wallet test

* fix(e2e): resolved conflict
  • Loading branch information
HajekOndrej authored Feb 26, 2025
1 parent 83856e6 commit 21292fd
Show file tree
Hide file tree
Showing 12 changed files with 301 additions and 598 deletions.
183 changes: 0 additions & 183 deletions .github/workflows/test-suite-web-e2e.yml

This file was deleted.

178 changes: 0 additions & 178 deletions .github/workflows/test-suite-web-nightly.yml

This file was deleted.

1 change: 1 addition & 0 deletions packages/suite-desktop-core/e2e/support/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ const test = base.extend<Fixtures>({
blockbookMock: async ({}, use) => {
const blockbookMock = new BlockbookMock();
await use(blockbookMock);
blockbookMock.stop();
},
tradingMock: async ({ page }, use) => {
const tradingMock = new TradingMock(page);
Expand Down
Loading

0 comments on commit 21292fd

Please sign in to comment.