Skip to content

Commit

Permalink
Fix a copy in another wallet e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharAyari committed Jul 15, 2019
1 parent 94ed4f8 commit 17de94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/e2e/wallet_othersAccount.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('Wallet Others account', () => {
cy.reload();
cy.wait('@requestDelegatesData');
cy.get(ss.accountName).contains('Bob');
cy.get(ss.bookmarkAccountBtn).contains('Edit bookmark');
cy.get(ss.bookmarkAccountBtn).contains('Account bookmarked');
cy.get(ss.bookmarkAccountBtn).click();
cy.get(ss.confirmAddToBookmarks).click()
.should(() => {
Expand Down

0 comments on commit 17de94e

Please sign in to comment.