-
Notifications
You must be signed in to change notification settings - Fork 56
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
Conversation
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 |
4176256
to
b9955c3
Compare
tests/e2e/features/transactions/deposit/deposit-with-blockchcain.feature
Show resolved
Hide resolved
1812ba7
to
5b655a2
Compare
test: git reset
It was renamed as artifacts-withdraw.feature
50fd5d5
to
0e9c854
Compare
test: git reset
It was renamed as artifacts-withdraw.feature
tests/e2e/src/pages/base.page.ts
Outdated
@@ -286,6 +286,8 @@ export class BasePage { | |||
} else if (checkType === "enabled") { | |||
result = await element.isDisabled(); | |||
await expect(result).toBe(false); | |||
} else if (elementType === "id") { |
There was a problem hiding this comment.
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);
}
No description provided.