Skip to content

Commit

Permalink
Restore spacings in snapshots(fix jest test)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Tuliakov <tulyakov@yandex-team.ru>
  • Loading branch information
MrChaos1993 committed Feb 25, 2025
1 parent 51d7a62 commit 6bb291a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ exports[`<IndexForm /> spec render page 1`] = `
class="euiText euiText--small"
>
<h3>
Index alias
Index alias
<i>
– optional
</i>
Expand Down Expand Up @@ -220,7 +220,7 @@ exports[`<IndexForm /> spec render page 1`] = `
style="padding-top: 0px; padding-bottom: 4px;"
>
<div>
Specify the number of primary shards for the index. Default is 1.
Specify the number of primary shards for the index. Default is 1.
</div>
<div>
The number of primary shards cannot be changed after the index is created.
Expand Down Expand Up @@ -417,6 +417,7 @@ exports[`<IndexForm /> spec render page 1`] = `
>
<p>
Specify a comma-delimited list of settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
Expand All @@ -434,6 +435,7 @@ exports[`<IndexForm /> spec render page 1`] = `
</p>
<p>
All the settings will be handled in flat structure.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/undefined/api-reference/index-apis/get-index/#query-parameters"
Expand Down Expand Up @@ -604,6 +606,7 @@ exports[`<IndexForm /> spec render page 1`] = `
>
<div>
Define how documents and their fields are stored and indexed.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/undefined/opensearch/mappings/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ exports[`<CreateIndexTemplate /> spec render template pages 1`] = `
>
<p>
Specify a comma-delimited list of settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
Expand All @@ -474,6 +475,7 @@ exports[`<CreateIndexTemplate /> spec render template pages 1`] = `
</p>
<p>
All the settings will be handled in flat structure.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/api-reference/index-apis/get-index/#query-parameters"
Expand Down Expand Up @@ -640,6 +642,7 @@ exports[`<CreateIndexTemplate /> spec render template pages 1`] = `
>
<div>
Define how documents and their fields are stored and indexed.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/undefined/opensearch/mappings/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ exports[`<TemplateDetail /> spec render component in non-edit-mode 1`] = `
>
<div>
Index templates let you initialize new indexes with predefined mappings and settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/opensearch/index-templates"
Expand Down Expand Up @@ -869,6 +870,7 @@ exports[`<TemplateDetail /> spec render component in non-edit-mode 1`] = `
>
<p>
Specify a comma-delimited list of settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
Expand All @@ -886,7 +888,7 @@ exports[`<TemplateDetail /> spec render component in non-edit-mode 1`] = `
</p>
<p>
All the settings will be handled in flat structure.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/api-reference/index-apis/get-index/#query-parameters"
Expand Down Expand Up @@ -1050,6 +1052,7 @@ exports[`<TemplateDetail /> spec render component in non-edit-mode 1`] = `
>
<div>
Define how documents and their fields are stored and indexed.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/undefined/opensearch/mappings/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Object {
<h2
id="flyoutTitle"
>
Create Index
Create Index
</h2>
</div>
</div>
Expand Down Expand Up @@ -146,7 +146,7 @@ Object {
class="euiText euiText--small"
>
<h3>
Index alias
Index alias
<i>
– optional
</i>
Expand Down Expand Up @@ -271,7 +271,7 @@ Object {
style="padding-top: 0px; padding-bottom: 4px;"
>
<div>
Specify the number of primary shards for the index. Default is 1.
Specify the number of primary shards for the index. Default is 1.
</div>
<div>
The number of primary shards cannot be changed after the index is created.
Expand Down Expand Up @@ -468,6 +468,7 @@ Object {
>
<p>
Specify a comma-delimited list of settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
Expand All @@ -485,6 +486,7 @@ Object {
</p>
<p>
All the settings will be handled in flat structure.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/undefined/api-reference/index-apis/get-index/#query-parameters"
Expand Down Expand Up @@ -659,6 +661,7 @@ Object {
>
<div>
Define how documents and their fields are stored and indexed.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/undefined/opensearch/mappings/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ exports[`<Shrink index /> spec renders the component 1`] = `
class="euiText euiText--small"
>
<h3>
Index alias
Index alias
<i>
– optional
</i>
Expand Down

0 comments on commit 6bb291a

Please sign in to comment.