нужна помощь, плиз
@Then("account Elis Fox can't be found in the Teachers list")
public void accountElisFoxCanTBeFoundInTheTeachersList() throws InterruptedException {
public void iMNOTNavigatedToThe(String arg0) throws InterruptedException {
Thread.sleep(2000);
String Msg = "Elis Fox";
String xPath = "//*[contains(text(),'"+Msg+"')]";
assertThat(getDriver().findElement(By.xpath(xPath)).isDisplayed()).isFalse();