Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
update tab preview timing test
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Jan 24, 2018
1 parent 61f704f commit c37f159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/app/renderer/components/preferences/tabsTabTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ describe('TabsTab component', function () {
true
)
})
it('show all 3 tab preview timing options if tab preview is on', function () {
it('show all 4 tab preview timing options if tab preview is on', function () {
settingDefaultValue = true
const wrapper = shallow(<TabsTab settings={settingDefaultValue} />)
assert.equal(wrapper.find(tabPreviewTimingActiveOption).length, 3)
assert.equal(wrapper.find(tabPreviewTimingActiveOption).length, 4)
})
it('does not show tab preview timing options if tab preview is off', function () {
settingDefaultValue = false
Expand Down

0 comments on commit c37f159

Please sign in to comment.