Skip to content

Commit

Permalink
Change operator name
Browse files Browse the repository at this point in the history
  • Loading branch information
colw authored Nov 8, 2019
1 parent 77b91bf commit 9eb9187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/delegation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {

// move to validator page
browser.expect.element(".li-validator").to.be.visible.before(10000)
browser.click(".li-validator[data-name=operator_account_2]")
browser.click(".li-validator[data-name=operator_account_1]")

const value = "5.53"
await actionModalCheckout(
Expand Down Expand Up @@ -76,7 +76,7 @@ module.exports = {

// move to validator page
browser.expect.element(".li-validator").to.be.visible.before(10000)
browser.click(".li-validator[data-name=operator_account_2]")
browser.click(".li-validator[data-name=operator_account_1]")

const value = "4.2"
await actionModalCheckout(
Expand Down

0 comments on commit 9eb9187

Please sign in to comment.