From f49b31195729e2efc48a6445f7cc548394b29a14 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 4 Feb 2022 10:40:19 +0100 Subject: Update snapshots --- .../__tests__/__snapshots__/AdminContainer-test.tsx.snap | 1 + .../__tests__/__snapshots__/PageTracker-test.tsx.snap | 2 ++ .../component/__tests__/__snapshots__/Header-test.tsx.snap | 1 + .../__tests__/__snapshots__/Account-test.tsx.snap | 1 + .../__tests__/__snapshots__/Security-test.tsx.snap | 2 ++ .../__tests__/__snapshots__/Notifications-test.tsx.snap | 3 +++ .../__tests__/__snapshots__/AuditAppRenderer-test.tsx.snap | 4 ++++ .../__snapshots__/BackgroundTasksApp-test.tsx.snap | 1 + .../__tests__/__snapshots__/CodeApp-test.tsx.snap | 13 +++++++++++++ .../components/__tests__/__snapshots__/App-test.tsx.snap | 4 ++++ .../components/__tests__/__snapshots__/App-test.tsx.snap | 3 +++ .../__tests__/__snapshots__/CreateProjectPage-test.tsx.snap | 8 ++++++++ .../components/__tests__/__snapshots__/App-test.tsx.snap | 2 ++ .../components/__tests__/__snapshots__/App-test.tsx.snap | 2 ++ .../__tests__/__snapshots__/IssuesApp-test.tsx.snap | 2 ++ .../components/__tests__/__snapshots__/App-test.tsx.snap | 12 ++++++++++++ .../marketplace/__tests__/__snapshots__/App-test.tsx.snap | 3 +++ .../components/__tests__/__snapshots__/App-test.tsx.snap | 2 ++ .../__tests__/__snapshots__/Template-test.tsx.snap | 1 + .../components/__tests__/__snapshots__/App-test.tsx.snap | 2 ++ .../components/__tests__/__snapshots__/App-test.tsx.snap | 2 ++ .../__snapshots__/ProjectActivityApp-test.tsx.snap | 1 + .../__tests__/__snapshots__/App-test.tsx.snap | 1 + .../projectKey/__tests__/__snapshots__/Key-test.tsx.snap | 1 + .../projectLinks/__tests__/__snapshots__/App-test.tsx.snap | 3 +++ .../ProjectQualityGateAppRenderer-test.tsx.snap | 6 ++++++ .../ProjectQualityProfilesAppRenderer-test.tsx.snap | 4 ++++ .../__tests__/__snapshots__/AllProjects-test.tsx.snap | 2 ++ .../components/__tests__/__snapshots__/App.tsx.snap | 3 +++ .../__tests__/__snapshots__/Details-test.tsx.snap | 1 + .../__snapshots__/QualityProfilesApp-test.tsx.snap | 2 ++ .../__snapshots__/SecurityHotspotsAppRenderer-test.tsx.snap | 4 ++++ .../__tests__/__snapshots__/SettingsApp-test.tsx.snap | 6 ++++++ .../__tests__/__snapshots__/EncryptionApp-test.tsx.snap | 3 +++ .../components/__tests__/__snapshots__/App-test.tsx.snap | 3 +++ .../users/__tests__/__snapshots__/UsersApp-test.tsx.snap | 2 ++ .../__tests__/__snapshots__/WebApiApp-test.tsx.snap | 1 + .../components/__tests__/__snapshots__/App-test.tsx.snap | 2 ++ .../__tests__/__snapshots__/WorkspaceHeader-test.tsx.snap | 4 ---- 39 files changed, 116 insertions(+), 4 deletions(-) (limited to 'server/sonar-web/src/main/js') diff --git a/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/AdminContainer-test.tsx.snap b/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/AdminContainer-test.tsx.snap index e4af05833b4..db431ca16f0 100644 --- a/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/AdminContainer-test.tsx.snap +++ b/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/AdminContainer-test.tsx.snap @@ -6,6 +6,7 @@ exports[`should render correctly 1`] = ` defaultTitle="layout.settings" defer={false} encodeSpecialCharacters={true} + prioritizeSeoTags={false} titleTemplate="%s - layout.settings" /> `; @@ -12,5 +13,6 @@ exports[`should work for WebAnalytics plugin 1`] = ` defer={false} encodeSpecialCharacters={true} onChangeClientState={[Function]} + prioritizeSeoTags={false} /> `; diff --git a/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/Header-test.tsx.snap b/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/Header-test.tsx.snap index 1fe9bb6e18b..dbb95fd354c 100644 --- a/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/Header-test.tsx.snap +++ b/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/Header-test.tsx.snap @@ -5,6 +5,7 @@ exports[`should render correctly 1`] = `
@@ -120,6 +122,7 @@ exports[`should render correctly 1`] = `
@@ -45,6 +46,7 @@ exports[`should render correctly 1`] = ` @@ -78,6 +80,7 @@ exports[`should render correctly for azure mode 1`] = ` @@ -129,6 +132,7 @@ exports[`should render correctly for bitbucket mode 1`] = ` @@ -180,6 +184,7 @@ exports[`should render correctly for bitbucketcloud mode 1`] = ` @@ -231,6 +236,7 @@ exports[`should render correctly for github mode 1`] = ` @@ -282,6 +288,7 @@ exports[`should render correctly for gitlab mode 1`] = ` @@ -333,6 +340,7 @@ exports[`should render correctly for manual mode 1`] = ` diff --git a/server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/App-test.tsx.snap b/server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/App-test.tsx.snap index dd6caa00c8b..94824017b6d 100644 --- a/server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/App-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/App-test.tsx.snap @@ -7,6 +7,7 @@ exports[`should render correctly for SonarQube 1`] = `

@@ -50,6 +51,7 @@ exports[`should render analysis scope correctly 1`] = ` @@ -90,6 +92,7 @@ exports[`should render default view correctly 1`] = ` @@ -154,6 +157,7 @@ exports[`should render languages correctly 1`] = ` @@ -194,6 +198,7 @@ exports[`should render newCodePeriod correctly 1`] = ` @@ -232,6 +237,7 @@ exports[`should render pull request decoration binding correctly 1`] = ` diff --git a/server/sonar-web/src/main/js/apps/settings/encryption/__tests__/__snapshots__/EncryptionApp-test.tsx.snap b/server/sonar-web/src/main/js/apps/settings/encryption/__tests__/__snapshots__/EncryptionApp-test.tsx.snap index f03387ac9d5..654034bff99 100644 --- a/server/sonar-web/src/main/js/apps/settings/encryption/__tests__/__snapshots__/EncryptionApp-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/settings/encryption/__tests__/__snapshots__/EncryptionApp-test.tsx.snap @@ -8,6 +8,7 @@ exports[`should render correctly: encryption form 1`] = `
} onDrag={[Function]} onMouseDown={[Function]} onStart={[Function]} onStop={[Function]} scale={1} - transform={null} >