overleaf/services/real-time/test/acceptance/coffee/LeaveProjectTests.coffee
2014-11-14 16:51:55 +00:00

16 lines
No EOL
477 B
CoffeeScript

describe "leaveProject", ->
describe "with other clients in the project", ->
it "should emit a disconnect message to the room"
it "should no longer list the client in connected users"
it "should not flush the project to the document updater"
it "should not flush the project in track changes"
describe "with no other clients in the project", ->
it "should flush the project to the document updater"
it "should flush the project in track changes"