Commit d60ff414 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-frontend-snapshot' into 'master'

Add missing QA selectors to spec snapshot

Closes #238195

See merge request gitlab-org/gitlab!39708
parents a901c04b 824f5d39
......@@ -33,6 +33,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
>
<li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center"
data-qa-selector="severity_accordion_item_F"
>
<div
class="d-flex align-items-stretch"
......@@ -109,6 +110,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
</li>
<li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center"
data-qa-selector="severity_accordion_item_D"
>
<div
class="d-flex align-items-stretch"
......@@ -185,6 +187,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
</li>
<li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center"
data-qa-selector="severity_accordion_item_C"
>
<div
class="d-flex align-items-stretch"
......@@ -261,6 +264,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
</li>
<li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center"
data-qa-selector="severity_accordion_item_B"
>
<div
class="d-flex align-items-stretch"
......@@ -337,6 +341,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
</li>
<li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center"
data-qa-selector="severity_accordion_item_A"
>
<div
class="d-flex align-items-stretch"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment