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

Deploy And Run Transactions Browser Tests #2707

Closed
wants to merge 15 commits into from

Conversation

ioedeveloper
Copy link
Member

.click('*[data-id="Deploy - transact (not payable)"]')
.switchBrowserTab(2)
.waitForElementPresent('.transaction-status--unapproved')
.click('.transaction-status--unapproved')
Copy link
Collaborator

Choose a reason for hiding this comment

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

could you give some context why we need to click on .transaction-status--unapproved' ?

Copy link
Member Author

@ioedeveloper ioedeveloper Apr 9, 2020

Choose a reason for hiding this comment

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

.transaction-status--unapproved is the class of the dom element for an unapproved transaction.
Screenshot from 2020-04-09 03-03-35
On click, it opens an approval/confirmation page in metamask.
Screenshot from 2020-04-09 03-03-47

Deploy And Run Transactions Browser Tests
@yann300 yann300 closed this Apr 17, 2020
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.

Sending transaction to Mainnet
2 participants