From 27872840338f4f6d7054f69a5edc75abb549e869 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Thu, 11 Oct 2018 14:01:13 +0200 Subject: [PATCH] Update snapshots after merge --- .../features/api-keys/ApiKeysPage.test.tsx | 2 +- .../__snapshots__/ApiKeysPage.test.tsx.snap | 246 +----------------- 2 files changed, 4 insertions(+), 244 deletions(-) diff --git a/public/app/features/api-keys/ApiKeysPage.test.tsx b/public/app/features/api-keys/ApiKeysPage.test.tsx index 42912fc9d96..54200234ddc 100644 --- a/public/app/features/api-keys/ApiKeysPage.test.tsx +++ b/public/app/features/api-keys/ApiKeysPage.test.tsx @@ -42,7 +42,7 @@ describe('Render', () => { const { wrapper } = setup({ apiKeys: getMultipleMockKeys(0), apiKeysCount: 0, - hasFetched: true, + hasFetched: true, }); expect(wrapper).toMatchSnapshot(); diff --git a/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap b/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap index 375ed788e27..63b92a16ee0 100644 --- a/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap +++ b/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap @@ -5,249 +5,9 @@ exports[`Render should render API keys table if there are any keys 1`] = ` -
-
-
- -
-
- -
- -
- -
- Add API Key -
-
-
-
- - Key name - - -
-
- - Role - - - - -
-
- -
-
-
-
-
-

- Existing Keys -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Name - - Role - -
- test-1 - - Viewer - - -
- test-2 - - Viewer - - -
- test-3 - - Viewer - - -
- test-4 - - Viewer - - -
- test-5 - - Viewer - - -
-
+
`;