Removing issuance id test and fixing asset id test.

This commit is contained in:
softsimon 2021-08-14 02:21:38 +03:00
parent 4b16e5d65f
commit ae51ee3e26
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -75,17 +75,7 @@ describe('Liquid', () => {
cy.waitForSkeletonGone();
cy.get('li:nth-of-type(5) > a').click().then(() => {
cy.get('.container-xl input').click().type('Liquid CAD').then(() => {
cy.get('table tr td:nth-of-type(4) a').click();
});
});
});
it('shows a specific asset issuance TX', () => {
cy.visit('/liquid');
cy.waitForSkeletonGone();
cy.get('li:nth-of-type(5) > a').click().then(() => {
cy.get('.container-xl input').click().type('Liquid CAD').then(() => {
cy.get('table tr td:nth-of-type(5) a').click();
cy.get('table tr td:nth-of-type(1) a').click();
});
});
});