Skip to content

Commit

Permalink
test: adding manual screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcj committed May 15, 2024
1 parent e5ce61b commit 94cd55f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-suite-desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ jobs:
fail-fast: false
matrix:
include:
- TEST_FILE: "spawn-bridge"
CONTAINERS: "trezor-user-env-unix"
# - TEST_FILE: "spawn-bridge"
# CONTAINERS: "trezor-user-env-unix"
- TEST_FILE: "suite-guide"
CONTAINERS: "trezor-user-env-unix"
- TEST_FILE: "wallet-discovery"
CONTAINERS: "trezor-user-env-unix"
- TEST_FILE: "electrum"
CONTAINERS: "trezor-user-env-unix electrum-regtest"
- TEST_FILE: "eap-modal"
CONTAINERS: "trezor-user-env-unix"
# - TEST_FILE: "electrum"
# CONTAINERS: "trezor-user-env-unix electrum-regtest"
# commented out. coinjoin test is not adapted to current state of this feature
# - TEST_FILE: ["coinjoin"]
# CONTAINERS: "trezor-user-env-unix coinjoin-backend"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import { waitForDataTestSelector } from '../common';

class DashboardActions {
async passThroughInitialRun(window: Page) {
await window.screenshot({
path: './test-results/zacatek-initial-runu.png',
fullPage: true,
});
await waitForDataTestSelector(window, '@welcome/title');
await window.getByTestId('@analytics/continue-button').click();
await window.getByTestId('@onboarding/exit-app-button').click();
Expand Down

0 comments on commit 94cd55f

Please sign in to comment.