Skip to content

Commit

Permalink
Merge pull request #5206 from whymarrh/fix-send-content-tests
Browse files Browse the repository at this point in the history
Fix assertion of missing child component
  • Loading branch information
whymarrh authored Sep 5, 2018
2 parents bd49098 + 05c7207 commit dc2431f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('SendContent Component', function () {
assert(PageContainerContentChild.childAt(1).is(SendToRow))
assert(PageContainerContentChild.childAt(2).is(SendAmountRow))
assert(PageContainerContentChild.childAt(3).is(SendGasRow))
assert.equal(PageContainerContentChild.childAt(4).html(), null)
assert.equal(PageContainerContentChild.childAt(4).exists(), false)
})
})
})

0 comments on commit dc2431f

Please sign in to comment.