Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
wryonik committed Jun 2, 2024
1 parent 9197714 commit 8ce40b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions packages/app/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_CONTRACT_ADDRESS=0x21d42CC2EcDb6db2c3D9b494D8CCcb6674360912
VITE_CIRCUIT_ARTIFACTS_URL=https://storage.googleapis.com/proof-of-twitter-artifacts/b6ea02e/
8 changes: 4 additions & 4 deletions packages/app/tests/e2e-dl-zkp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ describe("App.js", () => {
expect(proveButtonIsDisabled).toBe(true);


let status;
await page.waitForSelector("[data-testid='status-downloading-proof-files']");
status = await page.$eval("[data-testid='status-downloading-proof-files']", e => (e.attributes as any)['data-testid'].value);
expect(status).toBe("status-downloading-proof-files");
// let status;
// await page.waitForSelector("[data-testid='status-downloading-proof-files']");
// status = await page.$eval("[data-testid='status-downloading-proof-files']", e => (e.attributes as any)['data-testid'].value);
// expect(status).toBe("status-downloading-proof-files");

await page.waitForSelector("[data-testid='status-proof-files-downloaded-successfully'", {timeout: 600000})

Expand Down

0 comments on commit 8ce40b0

Please sign in to comment.