thirdHintLabel.assertText("Jupiter is more than twice as massive");
thirdHintLabel.hint().assertVisible(false);
thirdHintLabel.showHintLabel();
thirdHintLabel.hint().assertVisible(true);
thirdHintLabel.hint().assertText("Jupiter is more than twice as massive as all the other planets combined (the mass of Jupiter is 318 times that of Earth)");
}
// private void insufficientLengthWithHintSpecified(Selenium selenium) {
// HintLabelInspector forthHintLabel = hintLabel("formID:fourth");
// forthHintLabel.assertVisible(true);