Merge pull request #10793 from overleaf/mj-split-test-cleanup
Split test clean-up GitOrigin-RevId: 7dd6178487022cbefcbc85797dacc3f3fbfa17e2
This commit is contained in:
committed by
Copybot
parent
f6c1e2738d
commit
38cc3394e3
@@ -275,7 +275,7 @@ describe('SubscriptionController', function () {
|
||||
describe('with a valid plan code', function () {
|
||||
it('should render the new subscription page', function (done) {
|
||||
this.res.render = (page, opts) => {
|
||||
page.should.equal('subscriptions/new')
|
||||
page.should.equal('subscriptions/new-updated')
|
||||
done()
|
||||
}
|
||||
this.SubscriptionController.paymentPage(this.req, this.res)
|
||||
|
||||
Reference in New Issue
Block a user