@Feature(summary = "The user can filter translation entries using more " +
"than one search term",
tcmsTestPlanIds = 5316, tcmsTestCaseIds = 0)
@Test(timeout = ZanataTestCase.MAX_SHORT_TEST_DURATION)
public void canFilterByMultipleFields() {
EditorPage editorPage = new BasicWorkFlow()
.goToEditor("about-fedora", "master", "fr", document);
assertThat(editorPage.getMessageSources()).containsExactly(
"hello world", "greetings", "hey");