aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/create
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2022-02-04 10:40:19 +0100
committersonartech <sonartech@sonarsource.com>2022-02-04 20:02:51 +0000
commitf49b31195729e2efc48a6445f7cc548394b29a14 (patch)
tree1e8a07550154923e661eaa3c37f07aba5d27dc5d /server/sonar-web/src/main/js/apps/create
parent402e7c0f7356fa4697046220ef2e1bac567cf626 (diff)
downloadsonarqube-f49b31195729e2efc48a6445f7cc548394b29a14.tar.gz
sonarqube-f49b31195729e2efc48a6445f7cc548394b29a14.zip
Update snapshots
Diffstat (limited to 'server/sonar-web/src/main/js/apps/create')
-rw-r--r--server/sonar-web/src/main/js/apps/create/project/__tests__/__snapshots__/CreateProjectPage-test.tsx.snap8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/create/project/__tests__/__snapshots__/CreateProjectPage-test.tsx.snap b/server/sonar-web/src/main/js/apps/create/project/__tests__/__snapshots__/CreateProjectPage-test.tsx.snap
index 5f647e59041..4b824a163f9 100644
--- a/server/sonar-web/src/main/js/apps/create/project/__tests__/__snapshots__/CreateProjectPage-test.tsx.snap
+++ b/server/sonar-web/src/main/js/apps/create/project/__tests__/__snapshots__/CreateProjectPage-test.tsx.snap
@@ -5,6 +5,7 @@ exports[`should render alm configuration creation correctly 1`] = `
<Helmet
defer={true}
encodeSpecialCharacters={true}
+ prioritizeSeoTags={false}
title="onboarding.create_project.select_method"
titleTemplate="%s"
/>
@@ -45,6 +46,7 @@ exports[`should render correctly 1`] = `
<Helmet
defer={true}
encodeSpecialCharacters={true}
+ prioritizeSeoTags={false}
title="onboarding.create_project.select_method"
titleTemplate="%s"
/>
@@ -78,6 +80,7 @@ exports[`should render correctly for azure mode 1`] = `
<Helmet
defer={true}
encodeSpecialCharacters={true}
+ prioritizeSeoTags={false}
title="onboarding.create_project.select_method"
titleTemplate="%s"
/>
@@ -129,6 +132,7 @@ exports[`should render correctly for bitbucket mode 1`] = `
<Helmet
defer={true}
encodeSpecialCharacters={true}
+ prioritizeSeoTags={false}
title="onboarding.create_project.select_method"
titleTemplate="%s"
/>
@@ -180,6 +184,7 @@ exports[`should render correctly for bitbucketcloud mode 1`] = `
<Helmet
defer={true}
encodeSpecialCharacters={true}
+ prioritizeSeoTags={false}
title="onboarding.create_project.select_method"
titleTemplate="%s"
/>
@@ -231,6 +236,7 @@ exports[`should render correctly for github mode 1`] = `
<Helmet
defer={true}
encodeSpecialCharacters={true}
+ prioritizeSeoTags={false}
title="onboarding.create_project.select_method"
titleTemplate="%s"
/>
@@ -282,6 +288,7 @@ exports[`should render correctly for gitlab mode 1`] = `
<Helmet
defer={true}
encodeSpecialCharacters={true}
+ prioritizeSeoTags={false}
title="onboarding.create_project.select_method"
titleTemplate="%s"
/>
@@ -333,6 +340,7 @@ exports[`should render correctly for manual mode 1`] = `
<Helmet
defer={true}
encodeSpecialCharacters={true}
+ prioritizeSeoTags={false}
title="onboarding.create_project.select_method"
titleTemplate="%s"
/>