We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be3711 commit 9b7d779Copy full SHA for 9b7d779
test/components/header/indexTest.js
@@ -13,5 +13,14 @@ describe('Header', () => {
13
.first()
14
.simulate('click')
15
expect(wrapper.state().deck.getActiveSlide().components.length).to.equal(2)
16
+ expect(
17
+ wrapper.state().deck.getActiveSlide().components[1].selected
18
+ ).to.equal(true)
19
20
+ wrapper.state().deck.getActiveSlide().components[1].x
21
+ ).to.equal(0)
22
23
+ wrapper.state().deck.getActiveSlide().components[1].y
24
25
})
26
0 commit comments