Skip to content

Commit

Permalink
test: Test playright screen shot
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Jul 24, 2024
1 parent 8fa693f commit 0e4f34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
if: always()
with:
name: playwright-report
path: playwright-report/
path: packages/e2e/test-results
retention-days: 30
2 changes: 1 addition & 1 deletion packages/e2e/__tests__/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test("Launch Neuron", async () => {
// await page.waitForTimeout(20000);
});

test("Create Wallet", async () => {
test.only("Create Wallet", async () => {
let createWallet = await page.getByText('钱包 1').isVisible();
console.log("createWallet"+createWallet);
if (!createWallet) {
Expand Down

0 comments on commit 0e4f34c

Please sign in to comment.