mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
Added explanatory comment
This commit is contained in:
parent
f0ddbae775
commit
0e4e7a032a
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue