Commit 824f5d39 authored by Markus Koller's avatar Markus Koller

Add missing QA selectors to spec snapshot

parent a901c04b
...@@ -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