Skip to content

Commit

Permalink
Merge pull request #1587 from LiskHQ/1584-fix-e2e
Browse files Browse the repository at this point in the history
Fix e2e failing - Closes #1584
  • Loading branch information
slaweet committed Dec 14, 2018
2 parents 9e2d397 + 804c7cb commit e11913a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cypress/e2e/txDetails.spec.js
Expand Up @@ -31,7 +31,6 @@ describe('Tx details', () => {
cy.get(ss.txRemovedVotes).should('not.exist');
cy.get(ss.txAmount).should('have.text', '-5');
cy.get(ss.txFee).should('have.text', '0.1');
cy.get(ss.txConfirmations).should('have.text', '');
cy.get(ss.txId).contains(regex.transactionId);
cy.get(ss.txReference).should('have.text', 'test-details');
// After confirmation
Expand Down

0 comments on commit e11913a

Please sign in to comment.