diff --git a/packages/frontend/editor-ui/src/components/ApiKeyCreateOrEditModal.test.ts b/packages/frontend/editor-ui/src/components/ApiKeyCreateOrEditModal.test.ts index 3aac4e2434..06df8d9596 100644 --- a/packages/frontend/editor-ui/src/components/ApiKeyCreateOrEditModal.test.ts +++ b/packages/frontend/editor-ui/src/components/ApiKeyCreateOrEditModal.test.ts @@ -73,10 +73,6 @@ describe('ApiKeyCreateOrEditModal', () => { getByText('Make sure to copy your API key now as you will not be able to see this again.'), ).toBeInTheDocument(); - expect(getByText('You can find more details in')).toBeInTheDocument(); - - expect(getByText('the API documentation')).toBeInTheDocument(); - expect(getByText('Click to copy')).toBeInTheDocument(); expect(getByText('new api key')).toBeInTheDocument(); @@ -138,10 +134,6 @@ describe('ApiKeyCreateOrEditModal', () => { getByText('Make sure to copy your API key now as you will not be able to see this again.'), ).toBeInTheDocument(); - expect(getByText('You can find more details in')).toBeInTheDocument(); - - expect(getByText('the API documentation')).toBeInTheDocument(); - expect(getByText('Click to copy')).toBeInTheDocument(); expect(getByText('new api key')).toBeInTheDocument(); @@ -187,10 +179,6 @@ describe('ApiKeyCreateOrEditModal', () => { getByText('Make sure to copy your API key now as you will not be able to see this again.'), ).toBeInTheDocument(); - expect(getByText('You can find more details in')).toBeInTheDocument(); - - expect(getByText('the API documentation')).toBeInTheDocument(); - expect(getByText('Click to copy')).toBeInTheDocument(); expect(getByText('new api key')).toBeInTheDocument(); diff --git a/packages/frontend/editor-ui/src/components/ApiKeyCreateOrEditModal.vue b/packages/frontend/editor-ui/src/components/ApiKeyCreateOrEditModal.vue index c0531bacae..83820e756b 100644 --- a/packages/frontend/editor-ui/src/components/ApiKeyCreateOrEditModal.vue +++ b/packages/frontend/editor-ui/src/components/ApiKeyCreateOrEditModal.vue @@ -1,11 +1,10 @@