Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
wryonik committed May 29, 2024
1 parent fb9cd59 commit 9197714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/tests/e2e-dl-zkp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const setTextAreaValue = async (page: Page, selector: string, value: string) =>

const gotToPageAndEnterInputs = async (page: Page, emailInputSelector: string, ethInputSelector: string, testEmailText: string, testEthAddress: string) => {
await page.goto(pageUrl);
const uploadEmailEMLFileButtonSelector = "button[data-testid='upload-email-eml-file-button']";
await page.click(uploadEmailEMLFileButtonSelector);
// const uploadEmailEMLFileButtonSelector = "button[data-testid='upload-email-eml-file-button']";
// await page.click(uploadEmailEMLFileButtonSelector);

await page.waitForSelector(emailInputSelector);
// 'page.keyboard.type()' takes too long. Use workaround.
Expand Down

0 comments on commit 9197714

Please sign in to comment.