mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix failing test
This commit is contained in:
parent
1849fcb70a
commit
81fdca91c1
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ describe "ProjectController", ->
|
|||
|
||||
it 'should show for paid users', (done) ->
|
||||
@user.features.github = true
|
||||
@user.features.dropbox = true
|
||||
@res.render = (pageName, opts)=>
|
||||
opts.frontChatWidgetRoomId.should.equal @settings.overleaf.front_chat_widget_room_id
|
||||
done()
|
||||
|
|
Loading…
Reference in a new issue