From 535290482102f4f2f2234b67bab8a427b9dafcb2 Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Fri, 16 Feb 2024 09:55:41 -0500 Subject: [PATCH] fix: Removed not needed comment --- src/group/components/GroupView.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/group/components/GroupView.test.js b/src/group/components/GroupView.test.js index 5da325e53..8037fc54e 100644 --- a/src/group/components/GroupView.test.js +++ b/src/group/components/GroupView.test.js @@ -303,7 +303,6 @@ test('GroupView: Share link member', async () => { name: 'Share “Data Entry 0” File', }); - // Access level disabled display text expect( within(dialog).getByText(/Members can view and download this file/i) ).toBeInTheDocument();