joinPage.enterEmail(email);
joinPage.enterPassword(password);
joinPage.clickAcceptTOS();
//submit form
VimeoSignupPage signupPage = joinPage.submitForm();
//Verify signup success: signup page title should be equal
assertTrue("Sign up successful" , signupPage.isPageLoad());
//Go to the profile page and get the profile name