From caf278c9f93041382682f77d82b9d95741278e5c Mon Sep 17 00:00:00 2001 From: djamaile Date: Mon, 27 Dec 2021 01:59:04 +0100 Subject: [PATCH] fix: remove double line Signed-off-by: djamaile --- plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx b/plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx index 4dcab6f4f7..effd9f5bc6 100644 --- a/plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx +++ b/plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx @@ -228,7 +228,6 @@ describe('CatalogPage', () => { ); fireEvent.click(getByTestId('user-picker-owned')); expect(await findByText(/Owned \(1\)/)).toBeInTheDocument(); - expect(await findByText(/Owned \(1\)/)).toBeInTheDocument(); expect(await findByTitle(/Foo Action/)).toBeInTheDocument(); expect(await findByTitle(/Bar Action/)).toBeInTheDocument(); expect((await findByTitle(/Bar Action/)).firstChild).toBeDisabled();