test: fixed public key 2 issue in trading test (#1477)
This commit is contained in:
parent
87f7efd960
commit
5d553271a5
@ -55,8 +55,8 @@ describe('vega wallet', { tags: '@smoke' }, () => {
|
||||
connectVegaWallet();
|
||||
cy.getByTestId('manage-vega-wallet').click();
|
||||
cy.getByTestId('keypair-list').should('exist');
|
||||
cy.getByTestId(`key-${key2}`).should('contain.text', truncatedKey2);
|
||||
cy.getByTestId(`key-${key2}`).click();
|
||||
cy.getByTestId('keypair-list').contains(truncatedKey2);
|
||||
cy.getByTestId('disconnect').click();
|
||||
cy.getByTestId('connect-vega-wallet').should('exist');
|
||||
cy.getByTestId('manage-vega-wallet').should('not.exist');
|
||||
|
Loading…
Reference in New Issue
Block a user