-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feat/vtx: fixing e2e tests #409
base: develop
Are you sure you want to change the base?
Conversation
@@ -216,7 +234,7 @@ test.skip("Transfer page using imported account", async () => { | |||
await page.click("button >> text=Cancel"); | |||
}); | |||
|
|||
test("Transaction should happen correctly", async () => { | |||
test.only("Transaction should happen correctly", async () => { |
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.
should remove only
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.
actually the entire tests for Transfer page using imported account is skipped at line 206.
tests/e2e/transfer/transfer.test.ts
Outdated
// entering valid amount | ||
}); | ||
|
||
test.skip("Check if total cost is displayed before confirming", async () => { |
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.
skip?
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information