mirror of
https://github.com/zhigang1992/xverse-web-extension.git
synced 2026-04-30 05:35:53 +08:00
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:
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user