fix(governance): network upgrade proposal e2e test tweak (#3748)

Co-authored-by: Joe <joe@vega.xyz>
This commit is contained in:
Sam Keen 2023-05-12 09:58:10 +01:00 committed by GitHub
parent 6e7109ed87
commit 8e0a92fdec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ context(
);
cy.getByTestId('protocol-upgrade-proposal-status').should(
'have.text',
'Approved '
'Approved by validators '
);
});
});
@ -136,7 +136,7 @@ context(
);
cy.getByTestId('protocol-upgrade-state').should(
'have.text',
'Approved'
'Approved by validators'
);
cy.getByTestId('protocol-upgrade-release-tag').should(
'have.text',