Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: deposit default test with handling fee change requests #88

Closed
wants to merge 17 commits into from

Conversation

pcheremu
Copy link

No description provided.

@pcheremu pcheremu requested a review from abilevych July 28, 2023 17:18
@github-actions
Copy link

github-actions bot commented Jul 28, 2023

Visit the preview URL for this PR (updated for commit 68f287b):

https://staging-zksync-dapp-wallet-v2--pr88-uexp-4252-e2e-id14-2ctw5chj.web.app

(expires Thu, 17 Aug 2023 13:14:57 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: a25831e6058958ccabf0f806505b5b8e7241b178

@pcheremu pcheremu self-assigned this Jul 28, 2023
@pcheremu pcheremu force-pushed the UEXP-4252-e2e-id1418-deposit-send branch from 4176256 to b9955c3 Compare August 2, 2023 19:56
tests/e2e/src/pages/main.page.ts Outdated Show resolved Hide resolved
tests/e2e/src/pages/metamask.page.ts Outdated Show resolved Hide resolved
tests/e2e/src/pages/metamask.page.ts Outdated Show resolved Hide resolved
tests/e2e/src/pages/metamask.page.ts Outdated Show resolved Hide resolved
tests/e2e/src/pages/metamask.page.ts Outdated Show resolved Hide resolved
tests/e2e/src/pages/metamask.page.ts Outdated Show resolved Hide resolved
tests/e2e/src/pages/metamask.page.ts Outdated Show resolved Hide resolved
tests/e2e/src/steps/portal.steps.ts Outdated Show resolved Hide resolved
@pcheremu pcheremu force-pushed the UEXP-4252-e2e-id1418-deposit-send branch from 1812ba7 to 5b655a2 Compare August 7, 2023 16:27
@pcheremu pcheremu force-pushed the UEXP-4252-e2e-id1418-deposit-send branch from 50fd5d5 to 0e9c854 Compare August 9, 2023 13:27
@@ -286,6 +286,8 @@ export class BasePage {
} else if (checkType === "enabled") {
result = await element.isDisabled();
await expect(result).toBe(false);
} else if (elementType === "id") {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

} else if (checkType === "empty") {
await expect(element).toHaveValue("");
} else if (checkType === "filled") {
await expect(element).toHaveValue(null);
}

@pcheremu pcheremu closed this Aug 17, 2023
@olehbairak olehbairak deleted the UEXP-4252-e2e-id1418-deposit-send branch August 23, 2023 09:28
@olehbairak olehbairak restored the UEXP-4252-e2e-id1418-deposit-send branch August 23, 2023 09:28
@olehbairak olehbairak deleted the UEXP-4252-e2e-id1418-deposit-send branch August 23, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants