ENG-5792/Fixed the restore wallet flow and list rune flow (#789)

* clean up for list runes test

* chore: remove npm test from playwright ci

* removed the commented lines

* chore: add overwrite true to Upload Playwright report step in playwright.yml

* fixed test from test suite 5

* fixed test Visual Check Runes Transaction history

* Update the comment in onboarding.ts

---------

Co-authored-by: fede erbes <fedeerbes@gmail.com>
This commit is contained in:
Duska.T
2024-11-21 15:50:20 +01:00
committed by GitHub
parent 70e7bc2fb9
commit fa68ddc13e
6 changed files with 44 additions and 195 deletions

View File

@@ -28,7 +28,6 @@ jobs:
npm run knip
npx eslint .
npx tsc --noEmit
npm test
- name: Build
env:
TRANSAC_API_KEY: ${{ secrets.TRANSAC_API_KEY }}
@@ -87,6 +86,7 @@ jobs:
name: all-blob-reports
path: blob-report
retention-days: 1
overwrite: true
merge-reports:
# Merge reports after playwright-tests, even if some shards have failed