From 8c8d33188a735197bfb7b469384b7e13f5d1fc8c Mon Sep 17 00:00:00 2001 From: Sarah Lessner Date: Wed, 4 Dec 2024 07:02:03 -0700 Subject: [PATCH] remove only --- .../frontend/src/components/AppView/AppView.spec.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-image-tagging/frontend/src/components/AppView/AppView.spec.jsx b/apps/ai-image-tagging/frontend/src/components/AppView/AppView.spec.jsx index 7326e867d8..e871fa376e 100644 --- a/apps/ai-image-tagging/frontend/src/components/AppView/AppView.spec.jsx +++ b/apps/ai-image-tagging/frontend/src/components/AppView/AppView.spec.jsx @@ -63,7 +63,7 @@ describe('AppView', () => { }); }); - describe.only('when the app is installed', () => { + describe('when the app is installed', () => { it('should render the app view with configuration screen', async () => { props.sdk.app.isInstalled.mockImplementation(() => true); const appView = render();