From a6f1d1d7c8ac3d971689576e5b9a0f562a20c13f Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 7 Feb 2019 07:44:22 +0000 Subject: [PATCH] remove fit --- e2e/content-services/document-list/document-list-actions.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/content-services/document-list/document-list-actions.e2e.ts b/e2e/content-services/document-list/document-list-actions.e2e.ts index 732ee92cdb..5dc6f9163a 100644 --- a/e2e/content-services/document-list/document-list-actions.e2e.ts +++ b/e2e/content-services/document-list/document-list-actions.e2e.ts @@ -85,7 +85,7 @@ describe('Document List Component - Actions', () => { done(); }); - fit('[C213257] Should be able to copy a file', () => { + it('[C213257] Should be able to copy a file', () => { browser.driver.sleep(15000); contentListPage.rightClickOnRowNamed(pdfUploadedNode.entry.name);