Skip to content

Commit

Permalink
fix snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Witte authored and Jordan Witte committed Jan 30, 2024
1 parent e2c0185 commit 67b19dc
Showing 1 changed file with 0 additions and 129 deletions.
129 changes: 0 additions & 129 deletions src/frontend/src/components/App/__snapshots__/App.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1600,135 +1600,6 @@ Array [
</a>
</div>
</li>
<li
className="bt bw2 b--lightest-blue1"
>
<button
aria-controls="accordion-panel-WorkSource Oregon"
aria-expanded={false}
className="flex-ns w-100 relative navy hover-blue pv3 ph3"
onClick={[Function]}
onKeyDown={[Function]}
>
<span
className="w-70 db pr3 mb2 mb0-ns"
>
WorkSource Oregon
</span>
<span
className="w-30 pr3"
>
Roseburg
</span>
<span
className="absolute top-0 right-0 pt3 ph3"
>
<span
aria-hidden="true"
className="pt0 pl0 fas fa-angle-down"
/>
</span>
</button>
<div
className="bl bw2 f5 b--blue pv3 ph3 mb3 ml3"
hidden={true}
id="accordion-panel-WorkSource Oregon"
>
<ul
className="list mb2"
>
<li
className="flex-ns mb3"
>
<span
className="w10rem db fw6 mr3"
>
Locations
</span>
<span>
Southern Oregon
</span>
</li>
<li
className="flex-ns mb3"
>
<span
className="w10rem db fw6 mr3"
>
Income Restrictions
</span>
<span>
None
</span>
</li>
<li
className="flex-ns mb3"
>
<span
className="w10rem db fw6 mr3"
>
Analysis Cost
</span>
<span>
Free
</span>
</li>
<li
className="flex-ns mb3"
>
<span
className="w10rem db fw6 mr3"
>
Paperwork Cost
</span>
<span>
Free
</span>
</li>
</ul>
<p
className="mw6 lh-copy mb3"
>
The majority of court fees are subject to waiver for income-qualified individuals who complete the waiver form.
<a
className="link hover-blue bb"
href="/manual#filepaperwork"
onClick={[Function]}
>
Learn More
</a>
</p>
<hr
className="bt b--black-05 mb3"
/>
<p
className="fw6 mb3"
>
Contact
</p>
<ul
className="list mb3"
>
<li
className="mb3"
>
Therese Roche
</li>
<li
className="mb3"
>
[email protected]
</li>
</ul>
<a
className="link hover-blue bb"
href="https://worksourceoregon.org/"
>
https://worksourceoregon.org/
</a>
</div>
</li>
</ul>
</div>
<span
Expand Down

0 comments on commit 67b19dc

Please sign in to comment.