feat: adjust 7002-SORD-018 e2e test

This commit is contained in:
Bartłomiej Głownia
2023-08-31 10:00:20 +02:00
parent 6d0114c734
commit 3bd375ebae
@@ -33,9 +33,7 @@ describe('deal ticker order validation', { tags: '@smoke' }, () => {
it('must see the price unit', function () {
// 7002-SORD-018
cy.getByTestId(orderPriceField)
.siblings('label')
.should('have.text', 'Price (DAI)');
cy.getByTestId(orderPriceField).next().should('have.text', 'DAI');
});
it('must see warning when placing an order with expiry date in past', () => {