Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Feb 19, 2020
1 parent 66f2744 commit c83e7a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/html/script-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
}

rudderanalytics.load(
"1WTGuWl5FkIZF5DSOGfwBfWspBC",
"http://localhost:8080"
"1WxuLjndG7YDBT603xZH01mI0HW",
"http://localhost:8090"
);
rudderanalytics.track();
// rudderanalytics.page(); //Turn this on if Chartbeat is a destination
Expand All @@ -32,7 +32,9 @@
<script src="./browser.js"></script>

<script>
console.log("3");
window.rudderanalytics.ready(() => {
console.log("we are all set!!!");
});
window.rudderanalytics.page();
window.rudderanalytics.identify("fshdgfsd", {
name: "Michael Bolton",
Expand All @@ -51,7 +53,7 @@
price: 99.95,
currency: "EUR"
});
console.log("4");
window.rudderanalytics.page();
</script>
</head>
<body>
Expand Down

0 comments on commit c83e7a2

Please sign in to comment.