Skip to content

Commit

Permalink
update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Andersson committed Feb 11, 2021
1 parent 15f577b commit 5bb3659
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ exports[`AsciiViews AsciiStatusbar displays statusBarMessage if no rows 2`] = `
class="sc-jKJlTe ldyqSs"
>
<div
class="sc-brqgnP dGPVIQ"
class="sc-cMljjf nQSnd"
>
<div
class="sc-jAaTju kAgzui"
class="sc-jDwBTQ bVuagl"
>
Max column width:
<input
class="sc-jDwBTQ bSiQjL"
class="sc-gPEVay lfFLvD"
max="3"
min="3"
type="range"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`CodeViews CodeStatusbar displays no statusBarMessage 1`] = `
class="sc-ckVGcZ fsAzIa"
>
<div
class="sc-jhAzac cbymny"
class="sc-fBuWsC kYaBfc"
/>
</div>
</div>
Expand All @@ -18,7 +18,7 @@ exports[`CodeViews CodeStatusbar displays statusBarMessage 1`] = `
class="sc-ckVGcZ fsAzIa"
>
<div
class="sc-jhAzac cbymny"
class="sc-fBuWsC kYaBfc"
>
Started streaming 1 records after 5 ms and completed after 10 ms.
</div>
Expand All @@ -34,85 +34,85 @@ exports[`CodeViews CodeView displays request and response info if successful que
class="sc-htpNat fsSTsy"
>
<table
class="sc-jDwBTQ iYfCXq"
class="sc-gPEVay jOwyJh"
>
<tbody
class="sc-gPEVay jLduWs"
class="sc-iRbamj tSApQ"
>
<tr
class="sc-jlyJG iSVHbw"
class="sc-gipzik eiuiza"
>
<td
class="sc-gipzik ctJpCp"
class="sc-csuQGl kaqKNb"
>
Server version
</td>
<td
class="sc-csuQGl CQhxV"
class="sc-Rmtcm gwGgYM"
>
xx1
</td>
</tr>
<tr
class="sc-jlyJG iSVHbw"
class="sc-gipzik eiuiza"
>
<td
class="sc-gipzik ctJpCp"
class="sc-csuQGl kaqKNb"
>
Server address
</td>
<td
class="sc-csuQGl CQhxV"
class="sc-Rmtcm gwGgYM"
>
xx2
</td>
</tr>
<tr
class="sc-jlyJG iSVHbw"
class="sc-gipzik eiuiza"
>
<td
class="sc-gipzik ctJpCp"
class="sc-csuQGl kaqKNb"
>
Query
</td>
<td
class="sc-csuQGl CQhxV"
class="sc-Rmtcm gwGgYM"
>
MATCH xx0
</td>
</tr>
<tr
class="sc-jlyJG iSVHbw"
class="sc-gipzik eiuiza"
>
<td
class="sc-gipzik ctJpCp"
class="sc-csuQGl kaqKNb"
>
Summary
<div
class="sc-iRbamj gVOsNP fa fa-caret-right"
class="sc-jlyJG xZgSE fa fa-caret-right"
title="Expand section"
/>
</td>
<td
class="sc-csuQGl CQhxV"
class="sc-Rmtcm gwGgYM"
>
{, "server": {, "version": "xx1", ...
</td>
</tr>
<tr
class="sc-jlyJG iSVHbw"
class="sc-gipzik eiuiza"
>
<td
class="sc-gipzik ctJpCp"
class="sc-csuQGl kaqKNb"
>
Response
<div
class="sc-iRbamj gVOsNP fa fa-caret-right"
class="sc-jlyJG xZgSE fa fa-caret-right"
title="Expand section"
/>
</td>
<td
class="sc-csuQGl CQhxV"
class="sc-Rmtcm gwGgYM"
>
[, {, "res": "xx3" ...
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`ErrorsViews ErrorsStatusbar displays error 1`] = `
title="Test.Error: Test error description"
>
<i
class="sc-eqIVtm bSSFOn fa fa-exclamation-triangle"
class="sc-fAjcbJ iasrDD fa fa-exclamation-triangle"
/>
Test.Error: Test error description
Expand Down Expand Up @@ -61,7 +61,7 @@ exports[`ErrorsViews ErrorsView displays procedure link if unknown procedure 1`]
class="sc-gZMcBi jPwkqT"
>
<i
class="sc-fMiknA gAaoFf fa fa-play-circle-o"
class="sc-dVhcbM bfSTan fa fa-play-circle-o"
/>
 List available procedures
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`Visualization renders 1`] = `<div />`;
exports[`Visualization renders with result and escapes any HTML 1`] = `
<div>
<div
class="sc-btzYZH dMIXFh"
class="sc-lhVmIH GTiki"
>
<div
class="sc-iAyFgw ikvPvE one-legend-row"
Expand Down Expand Up @@ -137,15 +137,15 @@ exports[`Visualization renders with result and escapes any HTML 1`] = `
class="sc-cvbbAY ZoyPP faded zoom-in"
>
<i
class="sc-elJkPf OBknV sl-zoom-in"
class="sc-jtRfpW cNTFAN sl-zoom-in"
style="font-size: 1em;"
/>
</button>
<button
class="sc-cvbbAY ZoyPP zoom-out"
>
<i
class="sc-jtRfpW cNTFAN sl-zoom-out"
class="sc-kTUwUJ kTUBv sl-zoom-out"
style="font-size: 1em;"
/>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`RelatableViews RelatableView displays bodyMessage if no rows 1`] = `
class="sc-ckVGcZ fsAzIa"
>
<div
class="sc-jhAzac cbymny"
class="sc-fBuWsC kYaBfc"
>
(no changes, no records)
</div>
Expand All @@ -17,7 +17,7 @@ exports[`RelatableViews RelatableView displays bodyMessage if no rows 1`] = `
exports[`RelatableViews RelatableView does not display bodyMessage if rows, and escapes HTML 1`] = `
<div>
<div
class="sc-fBuWsC cvgPwR"
class="sc-fMiknA jFqZqo"
>
<div
class="relatable css-1dne9dv"
Expand Down Expand Up @@ -90,7 +90,7 @@ exports[`RelatableViews TableStatusbar displays no statusBarMessage 1`] = `
class="sc-ckVGcZ fsAzIa"
>
<div
class="sc-jhAzac cbymny"
class="sc-fBuWsC kYaBfc"
/>
</div>
</div>
Expand All @@ -102,7 +102,7 @@ exports[`RelatableViews TableStatusbar displays statusBarMessage 1`] = `
class="sc-ckVGcZ fsAzIa"
>
<div
class="sc-jhAzac cbymny"
class="sc-fBuWsC kYaBfc"
>
Started streaming 1 records after 5 ms and completed after 10 ms.
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`HistoryRow triggers function on click 1`] = `
<div>
<li
class="sc-bRBYWo ijGroS"
class="sc-hzDkRC cgrZCJ"
>
:clear
</li>
Expand Down
Loading

0 comments on commit 5bb3659

Please sign in to comment.