mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added /logout to smoke tests
This commit is contained in:
parent
69eafd2a74
commit
c131a9d301
1 changed files with 5 additions and 2 deletions
|
@ -36,8 +36,11 @@ describe "Opening", ->
|
||||||
child.exec command, done
|
child.exec command, done
|
||||||
|
|
||||||
after (done)->
|
after (done)->
|
||||||
fs.unlink cookeFilePath, done
|
command = """
|
||||||
|
curl -H "X-Forwarded-Proto: https" -c #{cookeFilePath} #{buildUrl('logout')}
|
||||||
|
"""
|
||||||
|
child.exec command, (err, stdout, stderr)->
|
||||||
|
fs.unlink cookeFilePath, done
|
||||||
|
|
||||||
it "a project", (done) ->
|
it "a project", (done) ->
|
||||||
@timeout(4000)
|
@timeout(4000)
|
||||||
|
|
Loading…
Reference in a new issue