Skip to content

Commit

Permalink
Update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 25, 2022
1 parent 631a8b8 commit 04494a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
style="height: 100px;"
>
<div
class="makeStyles-renderingComponentContainer"
style="transform: scaleX(1);"
>
<div
Expand Down Expand Up @@ -1422,6 +1423,7 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
style="height: 100px;"
>
<div
class="makeStyles-renderingComponentContainer"
style="transform: scaleX(1);"
>
<div
Expand Down Expand Up @@ -1566,6 +1568,7 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
style="height: 100px;"
>
<div
class="makeStyles-renderingComponentContainer"
style="transform: scaleX(1);"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ exports[`<JBrowseLinearGenomeView /> renders successfully 1`] = `
style="height: 180px;"
>
<div
class="makeStyles-renderingComponentContainer"
style="transform: scaleX(1);"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ exports[`breakpoint split view open a split view 1`] = `
stroke="#333"
>
<path
d="M 407.99312656000257 80.5 C 607.9931265600026 80.5 203.41868021525443 89.5 403.4186802152544 89.5"
d="M 407.99312656000257 75.5 C 607.9931265600026 75.5 203.41868021525443 84.5 403.4186802152544 84.5"
data-testid="r1"
stroke-width="1"
/>
<path
d="M 660.4186802152544 89.5 C 860.4186802152544 89.5 206.99312656000257 53.5 406.99312656000257 53.5"
d="M 660.4186802152544 84.5 C 860.4186802152544 84.5 206.99312656000257 48.5 406.99312656000257 48.5"
data-testid="r1"
stroke-width="1"
/>
Expand Down

0 comments on commit 04494a2

Please sign in to comment.