From 00e1f10e736638b7e15186667b5abb1012b94928 Mon Sep 17 00:00:00 2001 From: MellyGray Date: Mon, 20 Nov 2023 10:11:16 +0100 Subject: [PATCH] fix: remove .only from e2e test --- tests/e2e-integration/e2e/sections/dataset/Dataset.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e-integration/e2e/sections/dataset/Dataset.spec.tsx b/tests/e2e-integration/e2e/sections/dataset/Dataset.spec.tsx index ab66e72d5..3bc6a7c50 100644 --- a/tests/e2e-integration/e2e/sections/dataset/Dataset.spec.tsx +++ b/tests/e2e-integration/e2e/sections/dataset/Dataset.spec.tsx @@ -300,7 +300,7 @@ describe('Dataset', () => { }) }) - it.only('applies filters to the Files Table in the correct order', () => { + it('applies filters to the Files Table in the correct order', () => { const files = [ FileHelper.create('csv', { description: 'Some description',