Skip to content

Commit 27bde20

Browse files
authored
Create e2eTest.html
1 parent 3744e07 commit 27bde20

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Bento/sdb3/sdb3-Ofm/e2eTest.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<html>
2+
<head>
3+
<title>SDB38-InAppChat</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
5+
</head>
6+
<body>
7+
<h1> SDB3 OFM Messaging Chat for E2E Test</h1>
8+
NO LWR
9+
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
10+
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
11+
12+
<script type='text/javascript'>
13+
function initEmbeddedMessaging() {
14+
try {
15+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
16+
17+
embeddedservice_bootstrap.init(
18+
'00DSB00000NR2LZ',
19+
'e2eTest',
20+
'https://miaw-enhancedomni-ofm-sdb3.demo.test1.my.pc-rnd.site.com/ESWe2eTest1739663419790',
21+
{
22+
scrt2URL: 'https://miaw-enhancedomni-ofm-sdb3.demo.test1.my.pc-rnd.salesforce-scrt.com'
23+
}
24+
);
25+
} catch (err) {
26+
console.error('Error loading Embedded Messaging: ', err);
27+
}
28+
};
29+
</script>
30+
<script type='text/javascript' src='https://miaw-enhancedomni-ofm-sdb3.demo.test1.my.pc-rnd.site.com/ESWe2eTest1739663419790/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
31+
32+
33+
34+
35+
</body>
36+
</html>

0 commit comments

Comments
 (0)