Added explanatory comment

This commit is contained in:
hairlessbear
2015-06-22 21:36:06 -04:00
parent f0ddbae775
commit 0e4e7a032a

View File

@@ -67,6 +67,7 @@ describe('Notification Controller', function() {
expect(rootScope.openModal).to.be.calledWith('questCompleted', {controller:'InventoryCtrl'});
});
// Ensures that the completion modal opens before the invitation modal
it('opens quest completion modal if RSVPNeeded is true', function() {
user.party.quest.RSVPNeeded = true;
user.party.quest.completed = "hedgebeast";