Exemplo n.º 1
0
        public static void GoToRoomScreen()
        {
            var menu = new TaskMenuBar();

            menu.ClickCommunicationTaskMenuBar();
            SeleniumHelper.WaitForElementClickableThenClick(AddressBookElements.TGScreenLink);
            //   menu.ClickSchoolManagementLink();
            menu.ClickRoomLink();
            TestResultReporter.Log("Successfully Navigated to Rooms Page");
        }