tcmsTestPlanIds = 5316, tcmsTestCaseIds = 0)
@Test(timeout = ZanataTestCase.MAX_SHORT_TEST_DURATION)
public void dontDeleteTranslationMemory() throws Exception {
String dontDeleteTMId = "dontdeletetmtest";
TranslationMemoryPage tmMemoryPage = new TranslationMemoryWorkFlow()
.createTranslationMemory(dontDeleteTMId);
assertThat(tmMemoryPage.getListedTranslationMemorys())
.contains(dontDeleteTMId)
.as("The new Translation Memory is listed");