Not able to compare the text

wait.until(ExpectedConditions.visibilityOfElementLocated(getElement(“claimsummary.order.label”)));
String Claimlabel = driver.findElement(getElement(“claimsummary.order.label”)).getText();
Assert.assertEquals(“Order”, Claimlabel);
log.info(“PASS - Found Claim Type label”);

I am using this assert but still I am getting the same thing found nothing.I tried ,getAttribute(“label”) but it doesn’t work
claimsummary.order.label--------its By.name…please help so that I can complete it
https://cdn-standard.discourse.org/uploads/default/original/2X/f/f0d7dc0a04f0e23a2bc2ad1fc7b1b41345ee0b03.PNG

System.out.printl(Claimlabel) 

What will print in console?