Skip to content

Commit c49988b

Browse files
authored
Update e2eTest.html
1 parent 3b04a97 commit c49988b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<html>
22
<head>
3-
<title>SDB6-InAppChat</title>
3+
<title>SDB38-InAppChat</title>
44
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
55
</head>
66
<body>
7-
<h1> SDB6 InApp Messaging Chat for E2E Test</h1>
7+
<h1> SDB38 InApp Messaging Chat for E2E Test</h1>
88
NO LWR
99
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
1010
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
@@ -17,20 +17,19 @@ <h1> SDB6 InApp Messaging Chat for E2E Test</h1>
1717
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
1818

1919
embeddedservice_bootstrap.init(
20-
'00DSG0000006nKb',
20+
'00DAAC00001IcKn',
2121
'e2eTest',
22-
'https://miawsdb6.demo.test1.my.pc-rnd.site.com/ESWe2eTest1663869528943',
22+
'https://inappsdb38.demo.test1.my.pc-rnd.site.com/ESWe2eTest1738223626139',
2323
{
24-
scrt2URL: 'https://miawsdb6.demo.test1.my.pc-rnd.salesforce-scrt.com'
24+
scrt2URL: 'https://inappsdb38.demo.test1.my.pc-rnd.salesforce-scrt.com'
2525
}
2626
);
2727
} catch (err) {
2828
console.error('Error loading Embedded Messaging: ', err);
2929
}
3030
};
3131
</script>
32-
<script type='text/javascript' src='https://miawsdb6.demo.test1.my.pc-rnd.site.com/ESWe2eTest1663869528943/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
33-
32+
<script type='text/javascript' src='https://inappsdb38.demo.test1.my.pc-rnd.site.com/ESWe2eTest1738223626139/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
3433

3534
</body>
3635
</html>

0 commit comments

Comments
 (0)