Skip to content

Commit

Permalink
test: proper screenshot of bid/engine.chain
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 16, 2025
1 parent 62ccd0b commit 322b2c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/e2e/specs/names/index.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('Names', () => {

[
'new',
'bid/engine.chain',
'bid/engine.chain/amount',
'personal/entertainment.chain/point',
'personal/entertainment.chain/transfer',
Expand All @@ -52,4 +51,10 @@ describe('Names', () => {
cy.matchImage();
});
});

it('shows bid/engine.chain', () => {
cy.viewport('iphone-se2').visit('/names/bid/engine.chain', { login: true });
cy.get('.ae-button').should('not.be.disabled');
cy.matchImage();
});
});

0 comments on commit 322b2c4

Please sign in to comment.