Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Oct 11, 2022
1 parent 007be59 commit 251cd25
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,22 @@ exports[`AccessConsoles with preselected SerialConsole 1`] = `
<div
class="pf-c-empty-state__icon"
>
<svg
<span
aria-label="Contents"
aria-valuetext="Loading..."
class="pf-c-spinner pf-m-xl"
role="progressbar"
viewBox="0 0 100 100"
>
<circle
class="pf-c-spinner__path"
cx="50"
cy="50"
fill="none"
r="45"
<span
class="pf-c-spinner__clipper"
/>
</svg>
<span
class="pf-c-spinner__lead-ball"
/>
<span
class="pf-c-spinner__tail-ball"
/>
</span>
</div>
<div
class="pf-c-empty-state__body"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,22 @@ exports[`SerialConsole in the LOADING state 1`] = `
<div
class="pf-c-empty-state__icon"
>
<svg
<span
aria-label="Contents"
aria-valuetext="Loading..."
class="pf-c-spinner pf-m-xl"
role="progressbar"
viewBox="0 0 100 100"
>
<circle
class="pf-c-spinner__path"
cx="50"
cy="50"
fill="none"
r="45"
/>
</svg>
<span
class="pf-c-spinner__clipper"
/>
<span
class="pf-c-spinner__lead-ball"
/>
<span
class="pf-c-spinner__tail-ball"
/>
</span>
</div>
<div
class="pf-c-empty-state__body"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@ exports[`placeholder render test 1`] = `
<div
class="pf-c-empty-state__icon"
>
<svg
<span
aria-label="Contents"
aria-valuetext="Loading..."
class="pf-c-spinner pf-m-xl"
role="progressbar"
viewBox="0 0 100 100"
>
<circle
class="pf-c-spinner__path"
cx="50"
cy="50"
fill="none"
r="45"
<span
class="pf-c-spinner__clipper"
/>
</svg>
<span
class="pf-c-spinner__lead-ball"
/>
<span
class="pf-c-spinner__tail-ball"
/>
</span>
</div>
<div
class="pf-c-empty-state__body"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ exports[`Card card with isCompact applied 1`] = `
<DocumentFragment>
<article
class="pf-c-card pf-m-compact"
data-ouia-component-id="OUIA-Generated-Card-7"
data-ouia-component-type="PF4/Card"
data-ouia-safe="true"
id=""
/>
</DocumentFragment>
`;

exports[`Card card with isHoverable applied 1`] = `
<DocumentFragment>
<article
class="pf-c-card pf-m-selectable"
data-ouia-component-id="OUIA-Generated-Card-6"
data-ouia-component-type="PF4/Card"
data-ouia-safe="true"
Expand Down

0 comments on commit 251cd25

Please sign in to comment.