How to click a link inside a textview?

My test is getting passed. Meaning that it clicks on text, and T&C page doesn’t open. That means I can click on textview but can’t click on link.

Here is the piece of code.

driver.scrollTo(“the Terms and Conditions”);
System.out.println(driver.findElement(tnc).getText());
driver.findElement(tnc).click();

Here is the console output

I have read and agree to the Terms and Conditions
PASSED: launch