示例#1
0
        public void ThenSomeJobCategoriesAreReturned()
        {
            Console.WriteLine("Check some jobs are shown:");
            DYSACMainPage DYSAC = new DYSACMainPage();

            DYSAC.verifyPartialText("job categories that might suit you", jobCategoriesAreReturnedText);
        }
示例#2
0
        public void ThenIAmShownJobRolesReturnedByFilterQuestionCriteria()
        {
            DYSACMainPage DYSAC = new DYSACMainPage();

            DYSAC.verifyPartialText("that might suit you", jobRolesReturnedText);
        }