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 authored and petemill committed Jan 24, 2018
1 parent 4b91dfe commit 9ef9571
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 @@ -203,8 +203,8 @@ describe('TabsTab component', function () {
true
)
})
it('can switch tab previews time to activate previews to NORMAL', function () {
settingDefaultValue = tabPreviewTiming.NORMAL
it('can switch tab previews time to activate previews to NONE', function () {
settingDefaultValue = tabPreviewTiming.NONE
const wrapper = shallow(<TabsTab settings={settingDefaultValue} />)

assert.equal(
Expand Down

0 comments on commit 9ef9571

Please sign in to comment.