diff --git a/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.test.tsx b/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.test.tsx index c2b8bb8f9f..818ce3dfec 100644 --- a/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.test.tsx +++ b/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.test.tsx @@ -136,9 +136,7 @@ test('Filter table by project', async () => { setupNoFeaturesReturned(); await filterFeaturesByProject('Project B'); - await screen.findByText( - 'No feature flags found matching your criteria. Get started by adding a new feature flag.', - ); + await screen.findByText('No feature flags found matching your criteria.'); expect(window.location.href).toContain( '?offset=0&columns=&project=IS%3Aproject-b', ); diff --git a/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx b/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx index 7102623da2..7de1079cfd 100644 --- a/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx +++ b/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx @@ -495,8 +495,7 @@ export const FeatureToggleListTable: FC = () => { elseShow={ No feature flags found matching your - criteria. Get started by adding a new - feature flag. + criteria. } />