Skip to content

Commit

Permalink
test(TemplateUtilsTest): Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Sep 5, 2023
1 parent 2c83589 commit 47fe464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"\n\n\n<div>\n<div>\n <h2>An email from the OTP Admin Dashboard</h2>\n</div>\n<div>\n <div>\n <h3>test subject</h3>\n <p>\n Visit the\n <a href=\"https://otp-admin-ui.now.sh?dashboard=errors\">OTP Admin Dashboard</a>\n to view new errors.\n </p>\n </div>\n</div>\n<div>\n <p>\n <small>\n Manage subscriptions <a href=\"https://otp-admin-ui.now.sh/account\">here</a>.\n </small>\n </p>\n</div>\n</div>\n"
"<style>\n body { \n padding: 1em;\n }\n\n h1 {\n font-size: 18px;\n font-weight: 600;\n }\n\n small {\n color: #515151\n }\n</style>\n\n\n\n\n<body>\n <div>\n<div>\n <h2>An email from the OTP Admin Dashboard</h2>\n</div>\n<div>\n <div>\n <h3>test subject</h3>\n <p>\n Visit the\n <a href=\"https://otp-admin-ui.now.sh?dashboard=errors\">OTP Admin Dashboard</a>\n to view new errors.\n </p>\n </div>\n</div>\n<div>\n <p>\n <small>\n Manage subscriptions <a href=\"https://otp-admin-ui.now.sh/account\">here</a>.\n </small>\n </p>\n</div>\n </div>\n</body>\n"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"\n\n\n<div>\n<div>\n <h2>An email from the Trip Planner</h2>\n</div>\n<div>\n <div>\n <p>Your trip has the following notifications:</p>\n <ul>\n <li>Test notification.</li>\n <li>Another notification.</li>\n </ul>\n <p>View trip <a href=\"https://plan.example.com/#/account/trips/18f642d5-f7a8-475a-9469-800129e6c0b3\">here</a>.\n </div>\n</div>\n<div>\n <p>\n <small>\n Manage Subscriptions <a href=\"https://plan.example.com/#/account\">here</a>.\n </small>\n </p>\n</div>\n</div>\n"
"<style>\n body { \n padding: 1em;\n }\n\n h1 {\n font-size: 18px;\n font-weight: 600;\n }\n\n small {\n color: #515151\n }\n</style>\n\n\n\n\n<body>\n <div>\n<div>\n <div>\n <h1>Your trip has the following notifications:</h1>\n <ul>\n <li>Test notification.</li>\n <li>Another notification.</li>\n </ul>\n <p>View all of your saved trips in <a href=\"https://plan.example.com/#/account/trips/18f642d5-f7a8-475a-9469-800129e6c0b3\">Trip Planner</a>.</p>\n </div>\n</div>\n<hr/>\n<div>\n <p>\n <small>\n You're receiving this email because you're subscribed to notifications through Trip Planner. You can manage that subscription <a href=\"https://plan.example.com/#/account\">here</a>.\n </small>\n </p>\n</div>\n </div>\n</body>\n"

0 comments on commit 47fe464

Please sign in to comment.