You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/lib-classifier/src/components/Classifier/components/FieldGuide/components/FieldGuide/FieldGuide.js
Copy file name to clipboardexpand all lines: packages/lib-classifier/src/components/Classifier/components/FieldGuide/components/FieldGuide/components/FieldGuideItem/FieldGuideItem.js
Copy file name to clipboardexpand all lines: packages/lib-classifier/src/components/Classifier/components/FieldGuide/components/FieldGuide/components/FieldGuideItem/FieldGuideItem.spec.js
+9-9
Original file line number
Diff line number
Diff line change
@@ -22,29 +22,29 @@ describe('Component > FieldGuideItem', function () {
22
22
<FieldGuideItem.wrappedComponent
23
23
icons={attachedMedia}
24
24
item={item}
25
-
setActiveItem={()=>{}}
25
+
setActiveItemIndex={()=>{}}
26
26
/>)
27
27
expect(wrapper).to.be.ok
28
28
})
29
29
30
-
it('should call setActiveItem when the previous button is clicked',function(){
31
-
constsetActiveItemSpy=sinon.spy()
30
+
it('should call setActiveItemIndex when the previous button is clicked',function(){
Copy file name to clipboardexpand all lines: packages/lib-classifier/src/components/Classifier/components/FieldGuide/components/FieldGuide/components/FieldGuideItemIcon/FieldGuideItemIcon.spec.js
Copy file name to clipboardexpand all lines: packages/lib-classifier/src/components/Classifier/components/FieldGuide/components/FieldGuide/components/FieldGuideItems/FieldGuideItemAnchor.js
Copy file name to clipboardexpand all lines: packages/lib-classifier/src/components/Classifier/components/FieldGuide/components/FieldGuide/components/FieldGuideItems/FieldGuideItems.js
0 commit comments