Skip to content

Commit 322b2c4

Browse files
committed
test: proper screenshot of bid/engine.chain
1 parent 62ccd0b commit 322b2c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/e2e/specs/names/index.cy.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ describe('Names', () => {
4242

4343
[
4444
'new',
45-
'bid/engine.chain',
4645
'bid/engine.chain/amount',
4746
'personal/entertainment.chain/point',
4847
'personal/entertainment.chain/transfer',
@@ -52,4 +51,10 @@ describe('Names', () => {
5251
cy.matchImage();
5352
});
5453
});
54+
55+
it('shows bid/engine.chain', () => {
56+
cy.viewport('iphone-se2').visit('/names/bid/engine.chain', { login: true });
57+
cy.get('.ae-button').should('not.be.disabled');
58+
cy.matchImage();
59+
});
5560
});

0 commit comments

Comments
 (0)