Skip to content

Commit

Permalink
✅ Update search integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Osvaldo Vega committed Feb 4, 2019
1 parent da0940d commit fd8aa29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cypress/e2e/search.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ describe('Search', () => {
cy.get(ss.userAvatar).click();
cy.get(ss.logoutBtn).click();
cy.clearLocalStorage();
cy.get(ss.dialogButtons).eq(1).click();
cy.get(ss.searchInput).click().type(`${accounts.delegate.username}`);
cy.get(ss.delegateResults).eq(0).click();
cy.get(ss.leftBlockAccountExplorer).find(ss.delegateName).should('have.text', accounts.delegate.username);
Expand Down

0 comments on commit fd8aa29

Please sign in to comment.