Removing issuance id test and fixing asset id test.
This commit is contained in:
parent
4b16e5d65f
commit
ae51ee3e26
@ -75,17 +75,7 @@ describe('Liquid', () => {
|
|||||||
cy.waitForSkeletonGone();
|
cy.waitForSkeletonGone();
|
||||||
cy.get('li:nth-of-type(5) > a').click().then(() => {
|
cy.get('li:nth-of-type(5) > a').click().then(() => {
|
||||||
cy.get('.container-xl input').click().type('Liquid CAD').then(() => {
|
cy.get('.container-xl input').click().type('Liquid CAD').then(() => {
|
||||||
cy.get('table tr td:nth-of-type(4) a').click();
|
cy.get('table tr td:nth-of-type(1) 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();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user