Skip to content

Conversation

fionnachan
Copy link
Member

No description provided.

Copy link

vercel bot commented Oct 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
arbitrum-portal Ready Ready Preview Oct 16, 2025 1:40pm

context('deposit should complete successfully', () => {
cy.selectTransactionsPanelTab('settled');

cy.findTransactionInTransactionHistory(txData);
Copy link
Contributor

Choose a reason for hiding this comment

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

cy.findTransactionInTransactionHistory was being called twice leading to incorrect behaviour. Removed one. Tests passed.

context('open transactions history panel', () => {
cy.switchToTransactionHistoryTab('settled');
cy.findByLabelText('Load More Transactions').click();
cy.findAllByTestId(CLAIMABLE_ROW_IDENTIFIER).its('length').should('be.gt', 0);
Copy link
Member Author

Choose a reason for hiding this comment

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

why is this removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants