Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit b426425

Browse files
committed
test(post-deploy): use different spreadsheet for post-deploy test
1 parent e631b22 commit b426425

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

test/post-deploy.test.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,17 @@ describe('Post-Deploy Tests', () => {
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

Comments
 (0)