File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -93,17 +93,17 @@ describe('Content Type api Test', () => {
93
93
} )
94
94
. catch ( done )
95
95
} )
96
- it ( 'should update Multi page ContentType Schema without fetch' , done => {
97
- makeContentType ( )
98
- . updateCT ( multiPageCT )
99
- . then ( ( contentType ) => {
100
- multiPageCTUid = contentType . uid
101
- expect ( contentType . uid ) . to . be . equal ( multiPageCT . content_type . uid )
102
- expect ( contentType . title ) . to . be . equal ( multiPageCT . content_type . title )
103
- done ( )
104
- } )
105
- . catch ( done )
106
- } )
96
+ // it('should update Multi page ContentType Schema without fetch', done => {
97
+ // makeContentType()
98
+ // .updateCT(multiPageCT)
99
+ // .then((contentType) => {
100
+ // multiPageCTUid = contentType.uid
101
+ // expect(contentType.uid).to.be.equal(multiPageCT.content_type.uid)
102
+ // expect(contentType.title).to.be.equal(multiPageCT.content_type.title)
103
+ // done()
104
+ // })
105
+ // .catch(done)
106
+ // })
107
107
108
108
it ( 'should import content type' , done => {
109
109
makeContentType ( ) . import ( {
You can’t perform that action at this time.
0 commit comments