Compare commits

...
Author SHA1 Message Date
Dariusz Majcherczyk 6e348dbff6 chore: formatting 2023-02-13 11:47:49 +01:00
Dariusz Majcherczyk df52bbe9e3 chore: fixed copy prompt alert for chrome 2023-02-13 11:43:05 +01:00
@@ -72,6 +72,9 @@ describe('market info is displayed', { tags: '@smoke' }, () => {
it('settlement asset displayed', () => {
cy.getByTestId(marketTitle).contains('Settlement asset').click();
cy.window().then((win) => {
cy.stub(win, 'prompt').returns('DISABLED WINDOW PROMPT');
});
validateMarketDataRow(0, 'ID', 'asset-id');
validateMarketDataRow(1, 'Type', 'ERC20');
validateMarketDataRow(2, 'Name', 'Euro');