Fix lostMasterclasser achievement issue (#10616)

This commit is contained in:
Rene Cordier
2018-08-25 03:23:43 +07:00
committed by Sabe Jones
parent bc9401b2f7
commit 5c4f763bb1
2 changed files with 20 additions and 21 deletions

View File

@@ -1405,8 +1405,7 @@ describe('Group Model', () => {
expect(updatedParticipatingMember.achievements.quests[quest.key]).to.eql(1);
});
// Disable test, it fails on TravisCI, but only there
xit('gives out super awesome Masterclasser achievement to the deserving', async () => {
it('gives out super awesome Masterclasser achievement to the deserving', async () => {
quest = questScrolls.lostMasterclasser4;
party.quest.key = quest.key;
@@ -1442,8 +1441,7 @@ describe('Group Model', () => {
expect(updatedParticipatingMember.achievements.lostMasterclasser).to.not.eql(true);
});
// Disable test, it fails on TravisCI, but only there
xit('gives out super awesome Masterclasser achievement when quests done out of order', async () => {
it('gives out super awesome Masterclasser achievement when quests done out of order', async () => {
quest = questScrolls.lostMasterclasser1;
party.quest.key = quest.key;