// }
private void sufficientLengthWithHintSpecified() {
HintLabelInspector thirdHintLabel = hintLabel("formID:third");
thirdHintLabel.assertVisible(true);
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)");