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 ...@@ -33,6 +33,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" 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 <div
class="d-flex align-items-stretch" class="d-flex align-items-stretch"
...@@ -109,6 +110,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps ...@@ -109,6 +110,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
</li> </li>
<li <li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center" 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 <div
class="d-flex align-items-stretch" class="d-flex align-items-stretch"
...@@ -185,6 +187,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps ...@@ -185,6 +187,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
</li> </li>
<li <li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center" 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 <div
class="d-flex align-items-stretch" class="d-flex align-items-stretch"
...@@ -261,6 +264,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps ...@@ -261,6 +264,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
</li> </li>
<li <li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center" 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 <div
class="d-flex align-items-stretch" class="d-flex align-items-stretch"
...@@ -337,6 +341,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps ...@@ -337,6 +341,7 @@ exports[`Vulnerability Severity component when the data has loaded matches snaps
</li> </li>
<li <li
class="list-group-item p-0 gl-display-flex gl-flex-fill-1 gl-flex-direction-column gl-justify-content-center" 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 <div
class="d-flex align-items-stretch" 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