Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Nov 6, 2024
1 parent 487b22d commit 607b256
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,11 @@ exports[`AcquisitionView component > renders as expected 1`] = `
<div
class="col"
>
File Summary
<span
title="File Details"
>
File Summary
</span>
</div>
<div
class="c22"
Expand Down Expand Up @@ -944,6 +948,7 @@ exports[`AcquisitionView component > renders as expected 1`] = `
>
<button
class="c3 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down Expand Up @@ -975,6 +980,7 @@ exports[`AcquisitionView component > renders as expected 1`] = `
>
<button
class="c3 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,11 @@ exports[`AcquisitionMenu component > matches snapshot 1`] = `
<div
class="col"
>
one
<span
title="File Details"
>
one
</span>
</div>
<div
class="c2"
Expand Down Expand Up @@ -366,6 +370,7 @@ exports[`AcquisitionMenu component > matches snapshot 1`] = `
>
<button
class="c6 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down Expand Up @@ -397,6 +402,7 @@ exports[`AcquisitionMenu component > matches snapshot 1`] = `
>
<button
class="c6 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,11 @@ exports[`DispositionView component > renders as expected 1`] = `
<div
class="col"
>
File Summary
<span
title="File Details"
>
File Summary
</span>
</div>
<div
class="c22"
Expand Down Expand Up @@ -880,6 +884,7 @@ exports[`DispositionView component > renders as expected 1`] = `
>
<button
class="c3 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,11 @@ exports[`DispositionMenu component > matches snapshot 1`] = `
<div
class="col"
>
one
<span
title="File Details"
>
one
</span>
</div>
<div
class="c2"
Expand Down Expand Up @@ -331,6 +335,7 @@ exports[`DispositionMenu component > matches snapshot 1`] = `
>
<button
class="c5 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down Expand Up @@ -362,6 +367,7 @@ exports[`DispositionMenu component > matches snapshot 1`] = `
>
<button
class="c5 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,11 @@ exports[`ResearchContainer component > renders as expected 1`] = `
<div
class="col"
>
File Summary
<span
title="File Details"
>
File Summary
</span>
</div>
<div
class="c22"
Expand Down Expand Up @@ -927,6 +931,7 @@ exports[`ResearchContainer component > renders as expected 1`] = `
>
<button
class="c3 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,11 @@ exports[`ResearchMenu component > renders as expected when provided no research
<div
class="col"
>
First label
<span
title="File Details"
>
First label
</span>
</div>
<div
class="c2"
Expand Down Expand Up @@ -366,6 +370,7 @@ exports[`ResearchMenu component > renders as expected when provided no research
>
<button
class="c6 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down Expand Up @@ -397,6 +402,7 @@ exports[`ResearchMenu component > renders as expected when provided no research
>
<button
class="c6 Button btn btn-link"
title="View"
type="button"
>
<div
Expand Down

0 comments on commit 607b256

Please sign in to comment.