-
Notifications
You must be signed in to change notification settings - Fork 10
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: fixed flake due to smart wallet required dialog #386
Conversation
Deploying dapp-inter-test with Cloudflare Pages
|
Deploying agoric-dapp-inter-emerynet with Cloudflare Pages
|
@@ -194,6 +194,7 @@ const connectWalletLocalChain = ({ isVaultsTests = false }) => { | |||
}; | |||
|
|||
const connectWalletTestnet = () => { | |||
cy.contains('button', 'Dismiss').click(); | |||
cy.get('button').contains('Local Network').click(); |
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.
I think this might trouble with Liquidation tests.
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.
It's my bad for not realizing we're using the same function in Vault tests.
chore: if condition specifically for vault tests
LGTM. The one test case failing in liquidation tests is not related to the changes in this PR. |
updates test to fix issue with "Smart wallet required" dialog box sometimes appearing if provisioning from the faucet takes too long