Skip to content

Commit

Permalink
Fix assertion of missing child component
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh committed Sep 5, 2018
1 parent bd49098 commit 05c7207
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 05c7207

Please sign in to comment.