Skip to content

Commit 7516acb

Browse files
committed
replaced json data with dummy data
1 parent bf0b4dc commit 7516acb

File tree

9 files changed

+395
-395
lines changed

9 files changed

+395
-395
lines changed

src/test/java/com/contentstack/utils/RTEResult.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class RTEResult {
2020
public static String kCodeHtml = "<code>Code template.</code>";
2121
public static String kLinkInPHtml = "<p><strong><em><u><sub></sub></u></em></strong><a href=\"LINK.com\">LINK</a></p>";
2222
public static String kEmbedHtml = "<iframe src=\"www.youtube.com/watch?v=AOP0yARiW8U\"></iframe>";
23-
public static String kWFSAffectedHtml = "<p redactor-attributes=\"{}\" style=\"\" dir=\"ltr\"><strong>In this article:<br />&nbsp;&nbsp;&nbsp;&nbsp;</strong><a target=\"_self\" href=\"#Overview\">Overview</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Fulfillment\">Standard Fulfillment</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#AdditionalFees\">Additional Fees</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#BigBulkyFulfillment\">Big &amp; Bulky Fulfillment</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Storage\">Storage</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#ProblemInventory\">Problem Inventory</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Return\">Return Shipping &amp; Exceptions</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#DisposalRemoval\">Disposal &amp; Removal</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#AdditionalPrograms\">Additional WFS Programs</a></p><h2 redactor-attributes=\"{}\" style=\"\" id=\"Overview\" dir=\"ltr\"><fragment id=\"Overview\">Overview</fragment></h2><p redactor-attributes=\"{}\" style=\"\" dir=\"ltr\">Fulfillment Services is a competitive and cost-effective solution that offers an end-to-end ecommerce fulfillment experience. Our fee structure is simple and straightforward, without signup or monthly subscription fees. You're also free to ship and store any amount of inventory you choose, without minimums or maximums. Use the <a href=\"www.abcd.com/?_gl=1*1t4i6i1*_ga*OTkwMDc3NzQuMTY1MjM3NjY3Nw..*_ga_1LB22TM2MG*MTY1MjcyNDU5My41OS4xLjE2NTI3MjY5NzIuMA..\">WFS Calculator</a> to estimate your fulfillment and storage fees.<br /><br />The following fees are effective as of August 2023 and are subject to change.</p>";
23+
public static String kWFSAffectedHtml = "<p redactor-attributes=\"{}\" style=\"\" dir=\"ltr\"><strong>In this article:<br />&nbsp;&nbsp;&nbsp;&nbsp;</strong><a target=\"_self\" href=\"#Overview\">Overview</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Fulfillment\">Fulfillment</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Fees\">Fees</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Fulfillment\">Fulfillment</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Storage\">Storage</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#problem\">problem</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Return\">Return</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Removal\">Removal</a><br />&nbsp;&nbsp;&nbsp;&nbsp;<a target=\"_self\" href=\"#Programs\">Programs</a></p><h2 redactor-attributes=\"{}\" style=\"\" id=\"Overview\" dir=\"ltr\"><fragment id=\"Overview\">Overview</fragment></h2><p redactor-attributes=\"{}\" style=\"\" dir=\"ltr\">lorem ipsum <a href=\"https://example.com\">Calculator</a> Sed ut perspiciatis unde omnis iste natus error sit voluptatem<br /><br />Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo</p>";
2424
public static String kAnchorHtml = "<p redactor-attributes=\"{}\" style=\"\" dir=\"ltr\">This is a paragraph with break true and<br />backslash nThis para has just one line break without any break key<br />Third paragraph with multiple line breaks<br /><br /><br />Fourth paragraph with multiple line breaks and break key<br /><br />Fifth paragraph with multiple only tab &nbsp;&nbsp;&nbsp;&nbsp; and this is text after tab<br />&nbsp;&nbsp;&nbsp;&nbsp;This paragraph should start with a tab and should have a break before.</p>";
2525
public static String kWFSFeesHtml = "<p redactor-attributes=\"{}\" style=\"\" dir=\"ltr\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br />Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <br />&nbsp;&nbsp;&nbsp;&nbsp;Excepteur&lt;script&gt;alert()&lt;/script&gt; sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>";
2626

0 commit comments

Comments
 (0)