Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Mar 18, 2021
1 parent e6b3a08 commit 1a4e361
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 131 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`AsciiViews AsciiStatusbar displays statusBarMessage if no rows 1`] = `
<div>
<div
class="sc-jKJlTe ldyqSs"
class="sc-brqgnP dzoIro"
>
<div
class="sc-bdVaJa kwzqrW"
Expand All @@ -17,17 +17,17 @@ exports[`AsciiViews AsciiStatusbar displays statusBarMessage if no rows 1`] = `
exports[`AsciiViews AsciiStatusbar displays statusBarMessage if no rows 2`] = `
<div>
<div
class="sc-jKJlTe ldyqSs"
class="sc-brqgnP dzoIro"
>
<div
class="sc-jAaTju HNQcN"
class="sc-jhAzac lbnAwQ"
>
<div
class="sc-gPEVay cCneIg"
class="sc-fMiknA dHODfP"
>
Max column width:
<input
class="sc-iRbamj CdawG"
class="sc-dVhcbM jSEKgL"
max="3"
min="3"
type="range"
Expand All @@ -42,10 +42,10 @@ exports[`AsciiViews AsciiStatusbar displays statusBarMessage if no rows 2`] = `
exports[`AsciiViews AsciiView displays bodyMessage if no rows 1`] = `
<div>
<div
class="sc-bxivhb hvMtW"
class="sc-VigVT cFrzpB"
>
<div
class="sc-iAyFgw dSavTh"
class="sc-iRbamj fUfKqK"
>
(no changes, no records)
</div>
Expand All @@ -56,10 +56,10 @@ exports[`AsciiViews AsciiView displays bodyMessage if no rows 1`] = `
exports[`AsciiViews AsciiView does not display bodyMessage if rows 1`] = `
<div>
<div
class="sc-bxivhb hvMtW"
class="sc-VigVT cFrzpB"
>
<pre
class="sc-eNQAEJ gACFMe"
class="sc-cMljjf eZjnjT"
>
╒═══╕
│"x"│
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
exports[`CodeViews CodeStatusbar displays no statusBarMessage 1`] = `
<div>
<div
class="sc-ckVGcZ fsAzIa"
class="sc-jWBwVP bkWzVl"
>
<div
class="sc-fMiknA kzCZTC"
class="sc-hmzhuo iOsHzv"
/>
</div>
</div>
Expand All @@ -15,10 +15,10 @@ exports[`CodeViews CodeStatusbar displays no statusBarMessage 1`] = `
exports[`CodeViews CodeStatusbar displays statusBarMessage 1`] = `
<div>
<div
class="sc-ckVGcZ fsAzIa"
class="sc-jWBwVP bkWzVl"
>
<div
class="sc-fMiknA kzCZTC"
class="sc-hmzhuo iOsHzv"
>
Started streaming 1 records after 5 ms and completed after 10 ms.
</div>
Expand All @@ -31,88 +31,88 @@ exports[`CodeViews CodeView displays nothing if not successful query 1`] = `<div
exports[`CodeViews CodeView displays request and response info if successful query 1`] = `
<div>
<div
class="sc-htpNat fsSTsy"
class="sc-gqjmRU gAZTeo"
>
<table
class="sc-iRbamj jIoYtl"
class="sc-dVhcbM shCeT"
>
<tbody
class="sc-jlyJG djPKQN"
class="sc-eqIVtm bEfEsF"
>
<tr
class="sc-csuQGl fsfdVy"
class="sc-caSCKo iKBXer"
>
<td
class="sc-Rmtcm leCicx"
class="sc-gisBJw fZnzOc"
>
Server version
</td>
<td
class="sc-bRBYWo ccSRck"
class="sc-kjoXOD hpTAeq"
>
xx1
</td>
</tr>
<tr
class="sc-csuQGl fsfdVy"
class="sc-caSCKo iKBXer"
>
<td
class="sc-Rmtcm leCicx"
class="sc-gisBJw fZnzOc"
>
Server address
</td>
<td
class="sc-bRBYWo ccSRck"
class="sc-kjoXOD hpTAeq"
>
xx2
</td>
</tr>
<tr
class="sc-csuQGl fsfdVy"
class="sc-caSCKo iKBXer"
>
<td
class="sc-Rmtcm leCicx"
class="sc-gisBJw fZnzOc"
>
Query
</td>
<td
class="sc-bRBYWo ccSRck"
class="sc-kjoXOD hpTAeq"
>
MATCH xx0
</td>
</tr>
<tr
class="sc-csuQGl fsfdVy"
class="sc-caSCKo iKBXer"
>
<td
class="sc-Rmtcm leCicx"
class="sc-gisBJw fZnzOc"
>
Summary
<div
class="sc-gipzik dDUeEx fa fa-caret-right"
class="sc-fAjcbJ gGrROY fa fa-caret-right"
title="Expand section"
/>
</td>
<td
class="sc-bRBYWo ccSRck"
class="sc-kjoXOD hpTAeq"
>
{, "server": {, "version": "xx1", ...
</td>
</tr>
<tr
class="sc-csuQGl fsfdVy"
class="sc-caSCKo iKBXer"
>
<td
class="sc-Rmtcm leCicx"
class="sc-gisBJw fZnzOc"
>
Response
<div
class="sc-gipzik dDUeEx fa fa-caret-right"
class="sc-fAjcbJ gGrROY fa fa-caret-right"
title="Expand section"
/>
</td>
<td
class="sc-bRBYWo ccSRck"
class="sc-kjoXOD hpTAeq"
>
[, {, "res": "xx3" ...
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ exports[`ErrorsViews ErrorsStatusbar displays error 1`] = `
class="sc-bdVaJa kwzqrW"
>
<span
class="sc-dxgOiQ eBOcVg"
class="sc-cvbbAY ektfEp"
title="Test.Error: Test error description"
>
<i
class="sc-caSCKo gbERLv fa fa-exclamation-triangle"
class="sc-jbKcbu jOwlWQ fa fa-exclamation-triangle"
/>
Test.Error: Test error description
Expand All @@ -26,42 +26,42 @@ exports[`ErrorsViews ErrorsView displays nothing if no errors 1`] = `<div />`;
exports[`ErrorsViews ErrorsView displays procedure link if unknown procedure 1`] = `
<div>
<div
class="sc-gzVnrw ksKCRj"
class="sc-cSHVUG eEUsMZ"
>
<div
class="sc-htoDjs MMTIn"
class="sc-kAzzGY hamzRh"
>
<div
class="sc-dnqmqq bpbKgH"
class="sc-chPdSV cpJGkg"
>
<div
class="sc-VigVT sc-fjdhpX egUJPX"
class="sc-dxgOiQ sc-jKJlTe eTYTbE"
>
ERROR
</div>
<h4
class="sc-kgoBCf kvyvll"
class="sc-iAyFgw kWLHyT"
>
Neo.ClientError.Procedure.ProcedureNotFound
</h4>
</div>
<div
class="sc-iwsKbI jQhHGA"
class="sc-kgoBCf kVSTZj"
>
<pre
class="sc-kpOJdX hkuHeU"
class="sc-eHgmQL aaOit"
>
not found
</pre>
</div>
<div
class="sc-gqjmRU kjuOwi"
class="sc-kpOJdX jBWivS"
>
<a
class="sc-gZMcBi jPwkqT"
class="sc-kGXeez hbrWav"
>
<i
class="sc-eqIVtm dqGdOL fa fa-play-circle-o"
class="sc-kvZOFW hmQuaT fa fa-play-circle-o"
/>
 List available procedures
</a>
Expand All @@ -74,30 +74,30 @@ exports[`ErrorsViews ErrorsView displays procedure link if unknown procedure 1`]
exports[`ErrorsViews ErrorsView does displays an error 1`] = `
<div>
<div
class="sc-gzVnrw ksKCRj"
class="sc-cSHVUG eEUsMZ"
>
<div
class="sc-htoDjs MMTIn"
class="sc-kAzzGY hamzRh"
>
<div
class="sc-dnqmqq bpbKgH"
class="sc-chPdSV cpJGkg"
>
<div
class="sc-VigVT sc-fjdhpX egUJPX"
class="sc-dxgOiQ sc-jKJlTe eTYTbE"
>
ERROR
</div>
<h4
class="sc-kgoBCf kvyvll"
class="sc-iAyFgw kWLHyT"
>
Test.Error
</h4>
</div>
<div
class="sc-iwsKbI jQhHGA"
class="sc-kgoBCf kVSTZj"
>
<pre
class="sc-kpOJdX hkuHeU"
class="sc-eHgmQL aaOit"
>
Test error description
</pre>
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-bYSBpT fHjFHH"
class="sc-esjQYD cujuDU"
>
<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-kTUwUJ kTUBv sl-zoom-in"
class="sc-ibxdXY cvGzlF sl-zoom-in"
style="font-size: 1em;"
/>
</button>
<button
class="sc-cvbbAY ZoyPP zoom-out"
>
<i
class="sc-dqBHgY fvzyDv sl-zoom-out"
class="sc-RefOD ibvOLA sl-zoom-out"
style="font-size: 1em;"
/>
</button>
Expand Down
Loading

0 comments on commit 1a4e361

Please sign in to comment.