Skip to content

Commit

Permalink
FLUID-6784: fix the test message for tooltip content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Dec 5, 2024
1 parent 52858fb commit 1707d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/component-tests/tooltip/js/TooltipTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ fluid.tests.tooltip.runTests = function () {
var tooltip = $(".ui-tooltip");

jqUnit.assertTrue("The css class is applied to the tooltip element", tooltip.hasClass(style));
jqUnit.assertTrue("The css class is applied to the tooltip element", $(".ui-tooltip-content", tooltip).hasClass(styleContent));
jqUnit.assertTrue("The css class is applied to the tooltip content element", $(".ui-tooltip-content", tooltip).hasClass(styleContent));
tt.destroy();
});

Expand Down

0 comments on commit 1707d91

Please sign in to comment.