Add more non-default options to scrubber spec

This commit is contained in:
Kevin Sawicki 2017-03-14 14:15:04 -07:00
parent 87c219748d
commit 49d48a4eb0

View file

@ -49,7 +49,10 @@ describe('TouchBar module', function () {
}),
new TouchBarSegmentedControl({segments: []}),
new TouchBarScrubber({
items: [{label: 'foo'}, {label: 'bar'}, {label: 'baz'}]
items: [{label: 'foo'}, {label: 'bar'}, {label: 'baz'}],
selectedStyle: 'outline',
mode: 'fixed',
showArrowButtons: true
})
])
window.setTouchBar(touchBar)