@@ -35,29 +35,28 @@ describe('Post-Deploy Tests', () => {
3535 it ( 'RSS Embed' , async ( ) => {
3636 await chai
3737 . request ( 'https://adobeioruntime.net/' )
38- . get ( `${ getbaseurl ( ) } /https://blogs.adobe.com/psirt/?feed=atom ` )
38+ . get ( `${ getbaseurl ( ) } /https://daringfireball.net/feeds/main ` )
3939 . then ( ( response ) => {
4040 expect ( response ) . to . be . json ;
41- expect ( response . body ) . to . be . an ( 'array' ) . that . has . length ( 10 ) ;
41+ expect ( response . body ) . to . be . an ( 'array' ) ;
4242 expect ( response ) . to . have . status ( 200 ) ;
4343 } ) . catch ( ( e ) => {
4444 throw e ;
4545 } ) ;
4646 } ) . timeout ( 10000 ) ;
4747
4848 it ( 'Excel Embed' , async ( ) => {
49- console . log ( 'Trying' , ` https://adobeioruntime.net/ ${ getbaseurl ( ) } /https:// adobe.sharepoint.com/sites/TheBlog /_layouts/15/guestaccess.aspx?share=ESR1N29Z7HpCh1Zfs_0YS_gB4gVSuKyWRut-kNcHVSvkew &email=helix%40adobe.com&e=hx0OUl` ) ;
49+ console . log ( 'Trying' , ' https://adobe-my .sharepoint.com/personal/trieloff_adobe_com /_layouts/15/guestaccess.aspx?share=Edoi88tLKLpDsKzSfL-pcJYB2lIo7UKooYWnjm3w2WRrsA &email=helix%40adobe.com&e=tD623x' ) ;
5050
5151 await chai
5252 . request ( 'https://adobeioruntime.net/' )
53- . get ( `${ getbaseurl ( ) } /https://adobe.sharepoint.com/sites/TheBlog /_layouts/15/guestaccess.aspx?share=ESR1N29Z7HpCh1Zfs_0YS_gB4gVSuKyWRut-kNcHVSvkew &email=helix%40adobe.com&e=hx0OUl ` )
53+ . get ( `${ getbaseurl ( ) } /https://adobe-my .sharepoint.com/personal/trieloff_adobe_com /_layouts/15/guestaccess.aspx?share=Edoi88tLKLpDsKzSfL-pcJYB2lIo7UKooYWnjm3w2WRrsA &email=helix%40adobe.com&e=tD623x ` )
5454 . then ( ( response ) => {
5555 // console.log(response.body);
5656 expect ( response ) . to . be . json ;
5757 expect ( response . body ) . to . be . an ( 'array' ) . that . deep . includes ( {
58- 'import date' : '2020-04-23T12:55:40.852Z' ,
59- url : 'https://theblog.adobe.com/best-practices-in-content-management-it-edition/' ,
60- year : 43875 ,
58+ project : 'Helix' ,
59+ created : 2018 ,
6160 } ) ;
6261 expect ( response ) . to . have . status ( 200 ) ;
6362 } ) . catch ( ( e ) => {
0 commit comments