public void Page_NotFound_Test() { username = RandomString(); password = RandomString(); var user = CreateUser(); Login(); Open($"{rootUrl}Invalid"); WaitForPageLoad(); PageSource.ShouldMatch("cannot be found|Not Found"); }