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

fix(suite): adding input clear to the transaction test #13102

Closed
wants to merge 1 commit into from

Conversation

andrcj
Copy link
Contributor

@andrcj andrcj commented Jul 1, 2024

  • fixing the broken Overview and transactions check test by clearing the input after the search

@andrcj andrcj added the e2e End-to-end tests builded in CI label Jul 1, 2024
@andrcj andrcj requested a review from mroz22 July 1, 2024 11:23
@andrcj andrcj self-assigned this Jul 1, 2024
@@ -74,6 +74,7 @@ class AccountsPage {
.children()
.should('have.length', 2);
});
cy.getTestElement('@wallet/accounts/search-icon').clear();
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't application logic take care of this?

@tomasklim
Copy link
Member

Fixed here #13104

@andrcj andrcj closed this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e End-to-end tests builded in CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants