An expectation for checking that an element's text contains the specified text.
public static Func<AvaloniaDriver, bool> TextToBePresentInElement(By locator, string text)
The locator to find the element.
The text to search for.