fix(trading): update pubkey-view test - fix

This commit is contained in:
Dariusz Majcherczyk
2024-01-20 20:55:09 +01:00
parent 9a6f0cb021
commit 7a8397302b
@@ -55,7 +55,7 @@ context('View functionality with public key', { tags: '@smoke' }, function () {
cy.getByTestId('dialog-content')
.first()
.within(() => {
cy.getByTestId('[data-testid="dialog-title"]').should(
cy.getByTestId('dialog-title').should(
'have.text',
'Transaction failed'
);