assertThat(editorPage.getBasicTranslationTargetAtRowIndex(0))
.isEqualTo("")
.as("The text in the translation target is blank");
editorPage.pasteIntoRowAtIndex(0, "\t").saveAsFuzzyAtRow(0);
editorPage.waitForValidationErrorsVisible();
assertThat(editorPage.getValidationMessageCurrentTarget())
.isEqualTo("Warning: none, Errors: 1")
.as("The notification area shows there's an error");