Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Oct 4, 2023
1 parent 1e0bb15 commit 2e5332b
Show file tree
Hide file tree
Showing 17 changed files with 1,064 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,20 @@ exports[`AccessRequestContainer component makes a request based on the access re
>
Functional (Restricted)
</option>
<option
class="option"
data-testid="select-option-10"
value="10"
>
Management functional
</option>
<option
class="option"
data-testid="select-option-11"
value="11"
>
Management read-only
</option>
<option
class="option"
data-testid="select-option-9"
Expand Down Expand Up @@ -1165,6 +1179,20 @@ exports[`AccessRequestContainer component makes a request when no id is provided
>
Functional (Restricted)
</option>
<option
class="option"
data-testid="select-option-10"
value="10"
>
Management functional
</option>
<option
class="option"
data-testid="select-option-11"
value="11"
>
Management read-only
</option>
<option
class="option"
data-testid="select-option-9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,20 @@ exports[`AccessRequestForm component renders as expected 1`] = `
>
Functional (Restricted)
</option>
<option
class="option"
data-testid="select-option-10"
value="10"
>
Management functional
</option>
<option
class="option"
data-testid="select-option-11"
value="11"
>
Management read-only
</option>
<option
class="option"
data-testid="select-option-9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,16 @@ exports[`EditUserContainer component makes a request based on the user id 1`] =
>
Functional (Restricted)
</li>
<li
class="option "
>
Management functional
</li>
<li
class="option "
>
Management read-only
</li>
<li
class="option "
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,16 @@ exports[`EditUserForm component renders as expected 1`] = `
>
Functional (Restricted)
</li>
<li
class="option "
>
Management functional
</li>
<li
class="option "
>
Management read-only
</li>
<li
class="option "
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1606,13 +1606,6 @@ exports[`AddLeaseContainer component renders as expected 1`] = `
>
Select type
</option>
<option
class="option"
data-testid="select-option-LICONSTRC"
value="LICONSTRC"
>
License to Construct
</option>
<option
class="option"
data-testid="select-option-LIMOTIPRJ"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,6 @@ exports[`AdministrationSubForm component renders as expected 1`] = `
>
Select type
</option>
<option
class="option"
data-testid="select-option-LICONSTRC"
value="LICONSTRC"
>
License to Construct
</option>
<option
class="option"
data-testid="select-option-LIMOTIPRJ"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,51 @@ exports[`AcquisitionView component renders as expected 1`] = `
class="collapse show"
/>
</div>
<div
class="c15 form-section"
>
<h2
class="c16"
>
<div
class="no-gutters row"
>
<div
class="col"
>
Crown Land
</div>
<div
class="col-1"
>
<svg
class="c21"
fill="currentColor"
height="1em"
stroke="currentColor"
stroke-width="0"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<title>
collapse-section
</title>
<path
d="M0 0h24v24H0z"
fill="none"
/>
<path
d="M7 14l5-5 5 5z"
/>
</svg>
</div>
</div>
</h2>
<div
class="collapse show"
/>
</div>
<div
class="c15 form-section"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,13 @@ exports[`AddAcquisitionContainer component renders as expected 1`] = `
>
Section 6 Expropriation
</option>
<option
class="option"
data-testid="select-option-XFR"
value="XFR"
>
Transferred
</option>
</select>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,13 @@ exports[`AddAcquisitionForm component renders as expected 1`] = `
>
Section 6 Expropriation
</option>
<option
class="option"
data-testid="select-option-XFR"
value="XFR"
>
Transferred
</option>
</select>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,51 @@ exports[`AcquisitionChecklistView component renders as expected 1`] = `
</div>
</div>
</div>
<div
class="c2 form-section"
>
<h2
class="c4"
>
<div
class="no-gutters row"
>
<div
class="col"
>
Crown Land
</div>
<div
class="col-1"
>
<svg
class="c5"
fill="currentColor"
height="1em"
stroke="currentColor"
stroke-width="0"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<title>
collapse-section
</title>
<path
d="M0 0h24v24H0z"
fill="none"
/>
<path
d="M7 14l5-5 5 5z"
/>
</svg>
</div>
</div>
</h2>
<div
class="collapse show"
/>
</div>
<div
class="c2 form-section"
>
Expand Down
Loading

0 comments on commit 2e5332b

Please sign in to comment.