Prepare React Pdf Preview Rollout with Split Test (#5746)

Prepare React Pdf Preview Rollout with Split Test and disabled new Logs UI

GitOrigin-RevId: 995b7ca3ed542e58596b9f9715adc93a64da597e
This commit is contained in:
Miguel Serrano
2021-11-11 12:20:06 +01:00
committed by Copybot
parent 8b9eebb7f8
commit e2476ea032
4 changed files with 33 additions and 3 deletions
@@ -139,6 +139,9 @@ describe('ProjectController', function () {
getAssignment: sinon.stub().resolves({ active: false }),
assignInLocalsContext: sinon.stub().resolves(),
},
getAssignmentForSession: sinon
.stub()
.yields(null, { variant: 'variant' }),
getAssignment: sinon.stub().yields(null, { active: false }),
assignInLocalsContext: sinon.stub().yields(null),
}