Commit 20ac51f6 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Fix broken spec

parent 3434cc74
...@@ -23,12 +23,12 @@ exports[`Dashboard template matches the default snapshot 1`] = ` ...@@ -23,12 +23,12 @@ exports[`Dashboard template matches the default snapshot 1`] = `
toggle-class="dropdown-menu-toggle" toggle-class="dropdown-menu-toggle"
/> />
</div> </div>
<span <span
aria-hidden="true" aria-hidden="true"
class="gl-pl-3 border-left gl-mb-3 d-none d-sm-block" class="gl-pl-3 border-left gl-mb-3 d-none d-sm-block"
/> />
<div <div
class="mb-2 pr-2 d-flex d-sm-block" class="mb-2 pr-2 d-flex d-sm-block"
> >
...@@ -50,28 +50,28 @@ exports[`Dashboard template matches the default snapshot 1`] = ` ...@@ -50,28 +50,28 @@ exports[`Dashboard template matches the default snapshot 1`] = `
<gl-new-dropdown-header-stub> <gl-new-dropdown-header-stub>
Environment Environment
</gl-new-dropdown-header-stub> </gl-new-dropdown-header-stub>
<gl-search-box-by-type-stub <gl-search-box-by-type-stub
class="gl-m-3" class="gl-m-3"
clearbuttontitle="Clear" clearbuttontitle="Clear"
value="" value=""
/> />
<div <div
class="flex-fill overflow-auto" class="flex-fill overflow-auto"
/> />
<div <div
class="text-secondary no-matches-message" class="text-secondary no-matches-message"
> >
No matching results No matching results
</div> </div>
</div> </div>
</gl-new-dropdown-stub> </gl-new-dropdown-stub>
</div> </div>
<div <div
class="mb-2 pr-2 d-flex d-sm-block" class="mb-2 pr-2 d-flex d-sm-block"
> >
...@@ -83,24 +83,24 @@ exports[`Dashboard template matches the default snapshot 1`] = ` ...@@ -83,24 +83,24 @@ exports[`Dashboard template matches the default snapshot 1`] = `
value="[object Object]" value="[object Object]"
/> />
</div> </div>
<div <div
class="mb-2 pr-2 d-flex d-sm-block" class="mb-2 pr-2 d-flex d-sm-block"
> >
<refresh-button-stub /> <refresh-button-stub />
</div> </div>
<div <div
class="flex-grow-1" class="flex-grow-1"
/> />
<div <div
class="d-sm-flex" class="d-sm-flex"
> >
<!----> <!---->
<!----> <!---->
<div <div
class="gl-mb-3 gl-mr-3 d-flex d-sm-block" class="gl-mb-3 gl-mr-3 d-flex d-sm-block"
> >
...@@ -111,11 +111,11 @@ exports[`Dashboard template matches the default snapshot 1`] = ` ...@@ -111,11 +111,11 @@ exports[`Dashboard template matches the default snapshot 1`] = `
validatequerypath="/monitoring/monitor-project/prometheus/metrics/validate_query" validatequerypath="/monitoring/monitor-project/prometheus/metrics/validate_query"
/> />
</div> </div>
<!----> <!---->
</div> </div>
</div> </div>
<empty-state-stub <empty-state-stub
clusterspath="/monitoring/monitor-project/-/clusters" clusterspath="/monitoring/monitor-project/-/clusters"
documentationpath="/help/administration/monitoring/prometheus/index.md" documentationpath="/help/administration/monitoring/prometheus/index.md"
......
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