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: fixed flake due to smart wallet required dialog #386

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

frazarshad
Copy link
Contributor

@frazarshad frazarshad commented Oct 22, 2024

updates test to fix issue with "Smart wallet required" dialog box sometimes appearing if provisioning from the faucet takes too long

@frazarshad frazarshad added the emerynet To trigger Liquidation E2E tests using emerynet label Oct 22, 2024
Copy link

cloudflare-workers-and-pages bot commented Oct 22, 2024

Deploying dapp-inter-test with  Cloudflare Pages  Cloudflare Pages

Latest commit: a1453b0
Status: ✅  Deploy successful!
Preview URL: https://5b107405.dapp-inter-test.pages.dev
Branch Preview URL: https://fraz-test-smart-wallet-dialo.dapp-inter-test.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Oct 22, 2024

Deploying agoric-dapp-inter-emerynet with  Cloudflare Pages  Cloudflare Pages

Latest commit: a1453b0
Status: ✅  Deploy successful!
Preview URL: https://c3951bbd.agoric-dapp-inter-emerynet.pages.dev
Branch Preview URL: https://fraz-test-smart-wallet-dialo.agoric-dapp-inter-emerynet.pages.dev

View logs

Copy link

github-actions bot commented Oct 22, 2024

Network:
Commit: dd37ace
Ref: refs/heads/main
IPFS v1 hash: bafybeifw2fsj7v6jhbyfhb5cubt3d6md6vb6z6vwhh4mkkzgqet42eexle
CF - DWeb - 4EVERLAND

@frazarshad frazarshad added liquidation-reconstitution-testing Trigger E2E tests for Liquidation-Reconstitution liquidation-testing Trigger E2E tests for Liquidation labels Oct 22, 2024
@@ -194,6 +194,7 @@ const connectWalletLocalChain = ({ isVaultsTests = false }) => {
};

const connectWalletTestnet = () => {
cy.contains('button', 'Dismiss').click();
cy.get('button').contains('Local Network').click();
Copy link
Contributor

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.

Copy link
Contributor

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
@frazarshad frazarshad removed the liquidation-reconstitution-testing Trigger E2E tests for Liquidation-Reconstitution label Oct 23, 2024
@rabi-siddique
Copy link
Contributor

LGTM. The one test case failing in liquidation tests is not related to the changes in this PR.

@frazarshad frazarshad merged commit dd37ace into main Oct 23, 2024
6 of 8 checks passed
@frazarshad frazarshad deleted the fraz/test-smart-wallet-dialog branch October 23, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emerynet To trigger Liquidation E2E tests using emerynet liquidation-testing Trigger E2E tests for Liquidation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants