Commit ddcb286f authored by Mike Greiling's avatar Mike Greiling

Merge branch '13178-fixes-broken-specs-on-dependencies-app-spec-js' into 'master'

Fixes broken specs on ee/spec/frontend/dependencies/components/app_spec.js

Closes #13178

See merge request gitlab-org/gitlab-ee!14924
parents 7dc08140 eab75f7c
......@@ -9,7 +9,7 @@ exports[`DependenciesApp component on creation given a dependency list which is
<div
class="d-sm-flex justify-content-between align-items-baseline my-2"
>
<h4
<h3
class="h5"
>
......@@ -20,7 +20,7 @@ exports[`DependenciesApp component on creation given a dependency list which is
>
100
</glbadge-stub>
</h4>
</h3>
<dependenciesactions-stub
namespace="allDependencies"
......@@ -42,14 +42,14 @@ exports[`DependenciesApp component on creation given a fetch error matches the s
<div
class="d-sm-flex justify-content-between align-items-baseline my-2"
>
<h4
<h3
class="h5"
>
Dependencies
<!---->
</h4>
</h3>
<dependenciesactions-stub
namespace="allDependencies"
......@@ -71,7 +71,7 @@ exports[`DependenciesApp component on creation given a list of dependencies and
<div
class="d-sm-flex justify-content-between align-items-baseline my-2"
>
<h4
<h3
class="h5"
>
......@@ -82,7 +82,7 @@ exports[`DependenciesApp component on creation given a list of dependencies and
>
100
</glbadge-stub>
</h4>
</h3>
<dependenciesactions-stub
namespace="allDependencies"
......@@ -106,14 +106,14 @@ exports[`DependenciesApp component on creation given the dependency list job fai
<div
class="d-sm-flex justify-content-between align-items-baseline my-2"
>
<h4
<h3
class="h5"
>
Dependencies
<!---->
</h4>
</h3>
<dependenciesactions-stub
namespace="allDependencies"
......
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