Пример #1
0
        public void Change_Profile_Location()
        {
            homePage.NavigateToProfileDropdown();
            homePage.NavigateToProfilePage();
            profilePage.ClickKeepTrackButton();
            profilePage.ClickEditButton();
            profilePage.ClickAndWriteLocationInput(changeProfileLocationBO.location);

            profilePage.AssertChangeProfileLocation(changeProfileLocationBO.assertMessage);
        }