Skip to content

Commit ae56cc7

Browse files
committed
test: update screenshots to fix e2e
1 parent 090fbb0 commit ae56cc7

File tree

57 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1
-1
lines changed

tests/e2e/specs/transfer/transaction-history.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('Transfer: Transaction history', () => {
88
.click();
99
cy.location('pathname').should('eq', '/transfer/transactions');
1010
cy.get('.list-item-transaction:not(.pending)').should('length', 15);
11-
cy.matchImage();
11+
cy.matchImage({ screenshotConfig: { blackout: ['.list-item-transaction div.subtitle.monospace'] } });
1212
});
1313

1414
it('shows transaction details', () => {

0 commit comments

Comments
 (0)