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

flaky test cases for provisioning the wallet #161

Open
rabi-siddique opened this issue Apr 23, 2024 · 0 comments
Open

flaky test cases for provisioning the wallet #161

rabi-siddique opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rabi-siddique
Copy link
Contributor

rabi-siddique commented Apr 23, 2024

Problem Description

The test case should succeed in provisioning a new wallet at line 40 in test/e2e/specs/test.spec.js occasionally fails due to the inconsistent behavior of the Emerynet faucet, as detailed in this GitHub issue.

Consequently, the following test cases have been temporarily disabled:

  • should succeed in provisioning a new wallet at line 40
  • should switch to "My Wallet" successfully at line 87

Once the Emerynet faucet's instability issue is resolved, these test cases can be re-enabled.

Re-enabling Test Cases

To re-enable the test cases, revert the skipped test case definitions to active tests:

  • Modify line 40 from it.skip('should succeed in provisioning a new wallet') to it('should succeed in provisioning a new wallet').
  • Modify line 87 from it.skip('should switch to "My Wallet" successfully') to it('should switch to "My Wallet" successfully').

These changes will restore the functionality of the test cases and allow them to run as expected.

@rabi-siddique rabi-siddique added the enhancement New feature or request label Apr 23, 2024
@rabi-siddique rabi-siddique self-assigned this Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant