Skip to content

Commit

Permalink
LPD-39567 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 24, 2024
1 parent d695c36 commit 1dbaed3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public void testCannotExecuteFreeMarkerCodeInHTMLFragment()
}

@Test
public void testFragmentEntryLinkJavascriptVariables() throws Exception {
public void testFragmentEntryLinkJavaScriptVariables() throws Exception {
FragmentEntry fragmentEntry = _getFragmentEntry(true);

FragmentEntryLink fragmentEntryLink =
Expand All @@ -219,9 +219,8 @@ public void testFragmentEntryLinkJavascriptVariables() throws Exception {
content.contains(
"fragmentNamespace = '" + fragmentEntryLink.getNamespace()));

Assert.assertTrue(content.contains("\"buttonType\":\"primary\""));

Assert.assertTrue(content.contains("\"buttonSize\":\"nm\""));
Assert.assertTrue(content.contains("\"buttonType\":\"primary\""));
}

@Test
Expand Down

0 comments on commit 1dbaed3

Please sign in to comment.