Asserts in selenium TestNG (The method assertEquals(String, String) is undefined for the type Assert)

import net.jodah.failsafe.internal.util.Assert;

Are you sure this is the right import? I assume you would like to use import org.testng.Assert; instead because this has the String compare method: https://www.javadoc.io/doc/org.testng/testng/6.8.17/org/testng/Assert.html#assertEquals(java.lang.String,%20java.lang.String)