Exemplo n.º 1
0
        public void Page_NotFound_Test()
        {
            username = RandomString();
            password = RandomString();

            var user = CreateUser();

            Login();

            Open($"{rootUrl}Invalid");
            WaitForPageLoad();

            PageSource.ShouldMatch("cannot be found|Not Found");
        }