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', () => {
9393 } )
9494 . catch ( done )
9595 } )
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+ // })
107107
108108 it ( 'should import content type' , done => {
109109 makeContentType ( ) . import ( {
You can’t perform that action at this time.
0 commit comments