Merge pull request #1216 from sharelatex/ja-remove-only-from-tests
Remove stray 'only' in acceptance tests GitOrigin-RevId: 37417cfb98a512584723f5eaf6c3c684b5c60f68
This commit is contained in:
@@ -305,7 +305,7 @@ describe 'Subscriptions', ->
|
||||
it 'should return a v1SubscriptionStatus', ->
|
||||
expect(@data.v1SubscriptionStatus).to.deep.equal @subscription_status
|
||||
|
||||
describe.only 'canceling', ->
|
||||
describe 'canceling', ->
|
||||
before (done) ->
|
||||
@user = new User()
|
||||
MockV1Api.setUser v1Id = MockV1Api.nextV1Id(), @v1_user = {}
|
||||
|
||||
Reference in New Issue
Block a user