Skip to content

Commit

Permalink
Fix filter_label.test.tsx failing due to added data-test-subj
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgusLi committed Dec 17, 2024
1 parent d487249 commit 2b1a7a4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ test('alias with warning status', () => {
:
<span
class="globalFilterLabel__value"
data-test-subj="globalFilterLabelValue"
>
Warning
</span>
Expand Down Expand Up @@ -125,6 +126,7 @@ test('alias with error status', () => {
:
<span
class="globalFilterLabel__value"
data-test-subj="globalFilterLabelValue"
>
Error
</span>
Expand All @@ -141,6 +143,7 @@ test('warning', () => {
:
<span
class="globalFilterLabel__value"
data-test-subj="globalFilterLabelValue"
>
Warning
</span>
Expand All @@ -157,6 +160,7 @@ test('error', () => {
:
<span
class="globalFilterLabel__value"
data-test-subj="globalFilterLabelValue"
>
Error
</span>
Expand Down

0 comments on commit 2b1a7a4

Please sign in to comment.