Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-2-18-26'

This commit is contained in:
Ryan Kurtz
2026-02-18 14:16:22 -05:00
@@ -288,7 +288,7 @@ public class TextComponentSearcherTest extends AbstractDockingTest {
assertNotNull("No match at line: " + n, result);
SearchLocationContext context = result.getContext();
String text = context.getPlainText();
String text = context.getPlainText(false);
int length = text.length();
int maxWithEllipses = max + 6; // ... text ...
assertTrue("Length is to long. Expected max %s, but found %s"