Skip to content

Commit

Permalink
Merge pull request #1722 from wittejm/new-assumption-missing-balances
Browse files Browse the repository at this point in the history
New assumption missing balances
  • Loading branch information
wittejm authored Feb 3, 2024
2 parents be95a5d + a38ce39 commit ce6e828
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
14 changes: 12 additions & 2 deletions src/frontend/src/components/Demo/__snapshots__/Demo.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ exports[`With the multiple charges record renders correctly 1`] = `
<p
class="mb2"
>
Your analysis may be different if you have had cases which were:
Your analysis may be different if you have had cases:
</p>
<ul
class="lh-copy pl4 mw6 mb3"
Expand All @@ -2035,6 +2035,11 @@ exports[`With the multiple charges record renders correctly 1`] = `
>
From local District Courts, e.g. Medford Municipal Court (not Jackson County Circuit Court) from within the last ten years
</li>
<li
class="mb2"
>
In which balances were sent to collections; due to gaps in OECI, RecordSponge may not reflect actual case balances.
</li>
</ul>
<p>
<a
Expand Down Expand Up @@ -2643,7 +2648,7 @@ exports[`Without a record renders correctly 1`] = `
<p
class="mb2"
>
Your analysis may be different if you have had cases which were:
Your analysis may be different if you have had cases:
</p>
<ul
class="lh-copy pl4 mw6 mb3"
Expand All @@ -2668,6 +2673,11 @@ exports[`Without a record renders correctly 1`] = `
>
From local District Courts, e.g. Medford Municipal Court (not Jackson County Circuit Court) from within the last ten years
</li>
<li
class="mb2"
>
In which balances were sent to collections; due to gaps in OECI, RecordSponge may not reflect actual case balances.
</li>
</ul>
<p>
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Assumptions() {
We are only able to access your public Oregon records.
</p>
<p className="mb2">
Your analysis may be different if you have had cases which were:
Your analysis may be different if you have had cases:
</p>
<ul className="lh-copy pl4 mw6 mb3">
<li className="mb2">Previously expunged</li>
Expand All @@ -21,6 +21,9 @@ export default function Assumptions() {
From local District Courts, e.g. Medford Municipal Court (not Jackson
County Circuit Court) from within the last ten years
</li>
<li className="mb2">
In which balances were sent to collections; due to gaps in OECI, RecordSponge may not reflect actual case balances.
</li>
</ul>
<p>
<Link className="link hover-blue underline" to="/manual#assumption1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ exports[`can display a loading spinner 1`] = `
<p
class="mb2"
>
Your analysis may be different if you have had cases which were:
Your analysis may be different if you have had cases:
</p>
<ul
class="lh-copy pl4 mw6 mb3"
Expand All @@ -314,6 +314,11 @@ exports[`can display a loading spinner 1`] = `
>
From local District Courts, e.g. Medford Municipal Court (not Jackson County Circuit Court) from within the last ten years
</li>
<li
class="mb2"
>
In which balances were sent to collections; due to gaps in OECI, RecordSponge may not reflect actual case balances.
</li>
</ul>
<p>
<a
Expand Down Expand Up @@ -737,7 +742,7 @@ exports[`can displays request errors 1`] = `
<p
class="mb2"
>
Your analysis may be different if you have had cases which were:
Your analysis may be different if you have had cases:
</p>
<ul
class="lh-copy pl4 mw6 mb3"
Expand All @@ -762,6 +767,11 @@ exports[`can displays request errors 1`] = `
>
From local District Courts, e.g. Medford Municipal Court (not Jackson County Circuit Court) from within the last ten years
</li>
<li
class="mb2"
>
In which balances were sent to collections; due to gaps in OECI, RecordSponge may not reflect actual case balances.
</li>
</ul>
<p>
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ exports[`when logged in renders correctly with blank fake response 1`] = `
<p
class="mb2"
>
Your analysis may be different if you have had cases which were:
Your analysis may be different if you have had cases:
</p>
<ul
class="lh-copy pl4 mw6 mb3"
Expand All @@ -427,6 +427,11 @@ exports[`when logged in renders correctly with blank fake response 1`] = `
>
From local District Courts, e.g. Medford Municipal Court (not Jackson County Circuit Court) from within the last ten years
</li>
<li
class="mb2"
>
In which balances were sent to collections; due to gaps in OECI, RecordSponge may not reflect actual case balances.
</li>
</ul>
<p>
<a
Expand Down Expand Up @@ -9883,7 +9888,7 @@ exports[`when logged in renders correctly with complex fake response 1`] = `
<p
class="mb2"
>
Your analysis may be different if you have had cases which were:
Your analysis may be different if you have had cases:
</p>
<ul
class="lh-copy pl4 mw6 mb3"
Expand All @@ -9908,6 +9913,11 @@ exports[`when logged in renders correctly with complex fake response 1`] = `
>
From local District Courts, e.g. Medford Municipal Court (not Jackson County Circuit Court) from within the last ten years
</li>
<li
class="mb2"
>
In which balances were sent to collections; due to gaps in OECI, RecordSponge may not reflect actual case balances.
</li>
</ul>
<p>
<a
Expand Down

0 comments on commit ce6e828

Please sign in to comment.