Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Update pages snapshots #1112

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ HTMLCollection [
class="euiSpacer euiSpacer--l"
/>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down Expand Up @@ -169,7 +169,7 @@ HTMLCollection [
class="euiSpacer euiSpacer--l"
/>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ exports[`<CreateComposableTemplate /> spec it goes to templates page when click
>
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down Expand Up @@ -299,7 +299,7 @@ exports[`<CreateComposableTemplate /> spec it goes to templates page when click
>
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down Expand Up @@ -407,7 +407,7 @@ exports[`<CreateComposableTemplate /> spec it goes to templates page when click
>
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ exports[`<TemplateDetail /> spec render component 1`] = `
>
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down Expand Up @@ -334,7 +334,7 @@ exports[`<TemplateDetail /> spec render component 1`] = `
>
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down Expand Up @@ -442,7 +442,7 @@ exports[`<TemplateDetail /> spec render component 1`] = `
>
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ exports[`<IndexControls /> spec renders data streams selection field 1`] = `
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="true"
Expand Down Expand Up @@ -186,7 +186,7 @@ exports[`<IndexControls /> spec renders the component 1`] = `
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ exports[`<Indices /> spec renders the component 1`] = `
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exports[`<ManagedIndexControls /> spec renders data streams selection field 1`]
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="true"
Expand Down Expand Up @@ -175,7 +175,7 @@ exports[`<ManagedIndexControls /> spec renders the component 1`] = `
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ exports[`<ManagedIndices /> spec renders the component 1`] = `
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ HTMLCollection [
>
<caption
class="euiScreenReaderOnly euiTableCaption"
>
This table contains 1 rows out of 1 rows; Page 1 of 1.
</caption>
/>
<thead>
<tr>
<th
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`AliasUIAction component renders with blank action 1`] = `
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="true"
Expand Down Expand Up @@ -115,7 +115,7 @@ exports[`AliasUIAction component renders with blank action 1`] = `
class="euiSpacer euiSpacer--l"
/>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="true"
Expand Down Expand Up @@ -229,7 +229,7 @@ exports[`AliasUIAction component renders with blank action 1`] = `
exports[`AliasUIAction component renders with pre-defined actions 1`] = `
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="true"
Expand Down Expand Up @@ -458,7 +458,7 @@ exports[`AliasUIAction component renders with pre-defined actions 1`] = `
class="euiSpacer euiSpacer--l"
/>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="true"
Expand Down
Loading