fix(governance): network upgrade proposal e2e test tweak (#3748)
Co-authored-by: Joe <joe@vega.xyz>
This commit is contained in:
parent
6e7109ed87
commit
8e0a92fdec
@ -109,7 +109,7 @@ context(
|
|||||||
);
|
);
|
||||||
cy.getByTestId('protocol-upgrade-proposal-status').should(
|
cy.getByTestId('protocol-upgrade-proposal-status').should(
|
||||||
'have.text',
|
'have.text',
|
||||||
'Approved '
|
'Approved by validators '
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -136,7 +136,7 @@ context(
|
|||||||
);
|
);
|
||||||
cy.getByTestId('protocol-upgrade-state').should(
|
cy.getByTestId('protocol-upgrade-state').should(
|
||||||
'have.text',
|
'have.text',
|
||||||
'Approved'
|
'Approved by validators'
|
||||||
);
|
);
|
||||||
cy.getByTestId('protocol-upgrade-release-tag').should(
|
cy.getByTestId('protocol-upgrade-release-tag').should(
|
||||||
'have.text',
|
'have.text',
|
||||||
|
Loading…
Reference in New Issue
Block a user