Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Apr 20, 2021
1 parent 814d43b commit f0c3e12
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion src/browser/components/ManualLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function ManualLink({
children,
neo4jVersion,
minVersion
}: any) {
}: any): JSX.Element {
let cleanPage = page.replace(/^\//, '')
let content = children
if (isPageMoved(chapter, page, neo4jVersion)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`ClickToCode does not render if no children 1`] = `<div />`;
exports[`ClickToCode renders all children 1`] = `
<div>
<code
class="sc-bMVAic bUHHYs"
class="sc-eMigcr bBKwic"
>
<div>
<span>
Expand All @@ -20,7 +20,7 @@ exports[`ClickToCode renders all children 1`] = `
exports[`ClickToCode renders children as code if no code is provided 1`] = `
<div>
<code
class="sc-bMVAic bUHHYs"
class="sc-eMigcr bBKwic"
>
hellohi!
</code>
Expand All @@ -30,7 +30,7 @@ exports[`ClickToCode renders children as code if no code is provided 1`] = `
exports[`ClickToCode renders code as the code when code is available 1`] = `
<div>
<code
class="sc-bMVAic bUHHYs"
class="sc-eMigcr bBKwic"
>
hello
</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ exports[`Settings renders with strange characters in display name 1`] = `
Test åäö settings
</h5>
<div
class="sc-kGXeez iCyRbv"
class="sc-jhAzac bSyIMB"
>
<label
class="sc-kpOJdX kZcPaA"
class="sc-fBuWsC bPajwT"
title=""
>
åäö üüü
<input
class="sc-ckVGcZ iZluED testSetting"
class="sc-dVhcbM jTOfUS testSetting"
title=""
value="true"
/>
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-iyvyFf buqCmU"
class="sc-cbkKFq jiujot"
title="Test.Error: Test error description"
>
<i
class="sc-GMQeP eMeBBV fa fa-exclamation-triangle"
class="sc-jVODtj fPpWBt 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-cIShpX ePZXwN"
class="sc-cmthru dOFAbk"
>
<div
class="sc-kafWEX lodWKP"
class="sc-hMFtBS ejnTSD"
>
<div
class="sc-feJyhm cAiIIM"
class="sc-cLQEGU fzeoYG"
>
<div
class="sc-btzYZH sc-bYSBpT KaiKe"
class="sc-bAeIUo sc-GMQeP jLXPqa"
>
ERROR
</div>
<h4
class="sc-gxMtzJ igFjqJ"
class="sc-bXGyLb hvjpqa"
>
Neo.ClientError.Procedure.ProcedureNotFound
</h4>
</div>
<div
class="sc-iELTvK fyBIax"
class="sc-gqPbQI lnbsjh"
>
<pre
class="sc-gzOgki koMebR"
class="sc-eLExRp ehKsMt"
>
not found
</pre>
</div>
<div
class="sc-jwKygS bjNzAC"
class="sc-bMVAic juzQFk"
>
<a
class="sc-cmTdod iOifeh"
class="sc-hORach dxDQuR"
>
<i
class="sc-bAeIUo fcyBnj fa fa-play-circle-o"
class="sc-fzsDOv fQiVjP 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-cIShpX ePZXwN"
class="sc-cmthru dOFAbk"
>
<div
class="sc-kafWEX lodWKP"
class="sc-hMFtBS ejnTSD"
>
<div
class="sc-feJyhm cAiIIM"
class="sc-cLQEGU fzeoYG"
>
<div
class="sc-btzYZH sc-bYSBpT KaiKe"
class="sc-bAeIUo sc-GMQeP jLXPqa"
>
ERROR
</div>
<h4
class="sc-gxMtzJ igFjqJ"
class="sc-bXGyLb hvjpqa"
>
Test.Error
</h4>
</div>
<div
class="sc-iELTvK fyBIax"
class="sc-gqPbQI lnbsjh"
>
<pre
class="sc-gzOgki koMebR"
class="sc-eLExRp ehKsMt"
>
Test error description
</pre>
Expand Down
Original file line number Diff line number Diff line change
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-itybZL cTEZja sl-zoom-in"
class="sc-etwtAo hDhOtf sl-zoom-in"
style="font-size: 1em;"
/>
</button>
<button
class="sc-cvbbAY ZoyPP zoom-out"
>
<i
class="sc-eMigcr isRCmd sl-zoom-out"
class="sc-jXQZqI bMRwes sl-zoom-out"
style="font-size: 1em;"
/>
</button>
Expand Down
Loading

0 comments on commit f0c3e12

Please sign in to comment.