Skip to content

Commit

Permalink
Test failing e2e
Browse files Browse the repository at this point in the history
- Button is disabled if delegations aren't loaded
  • Loading branch information
colw committed Nov 8, 2019
1 parent 4d17a96 commit c87cc8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/staking/PageValidator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ export default {
}
}
`,
skip() {
return !this.userAddress
},
// skip() {
// return !this.userAddress
// },
variables() {
return {
networkId: this.network,
Expand Down

0 comments on commit c87cc8c

Please sign in to comment.