예제 #1
0
        public void EraseShareSkill()
        {
            SignIn.OpenForm();
            SignIn.FillCredentials(2);

            //Check if the user is able to access the "ManageListing" page
            ProfilePages.GoToManageListing();

            //Check if the user is able to delete the last entry of the "ManageListing" page
            ManageListingPage.DeleteListing();

            //Check if the changes can be seen in the "Manage Listing" page
            ManageListingPage.CompareLastEntry();
        }
예제 #2
0
 public void WhenTheUserClicksTheDeleteButtonOfASharedSkill()
 {
     ManageListingPage.DeleteListing();
 }