Browse Source

test: fix tests when rename pr

fix tests broken by
47a66f2fb6
master
DanConwayDev 2 years ago
parent
commit
fc70d3a634
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. BIN
      __snapshots__/proposals-header--author-loading.png
  2. BIN
      __snapshots__/proposals-header--long-and-no-spaces.png
  3. BIN
      __snapshots__/proposals-header--long-details.png
  4. BIN
      __snapshots__/proposals-header--short-details.png
  5. 36
      __snapshots__/proposals-header.test.js.snap

BIN
__snapshots__/proposals-header--author-loading.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
__snapshots__/proposals-header--long-and-no-spaces.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
__snapshots__/proposals-header--long-details.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
__snapshots__/proposals-header--short-details.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

36
__snapshots__/proposals-header.test.js.snap

@ -11,8 +11,15 @@ exports[`Proposals/Header Author Loading smoke-test 1`] = `
<div class="mr-3 inline align-middle"> <div class="mr-3 inline align-middle">
<div tabindex="0" <div tabindex="0"
role="button" role="button"
class="btn btn-sm align-middle cursor-default" class="btn btn-success btn-sm align-middle cursor-default"
> >
<svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18"
class="h-5 w-5 flex-none fill-success-content pt-1"
>
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path>
</svg>
Open Open
</div> </div>
</div> </div>
@ -40,8 +47,15 @@ exports[`Proposals/Header Long Details smoke-test 1`] = `
<div class="mr-3 inline align-middle"> <div class="mr-3 inline align-middle">
<div tabindex="0" <div tabindex="0"
role="button" role="button"
class="btn btn-sm align-middle cursor-default" class="btn btn-success btn-sm align-middle cursor-default"
>
<svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18"
class="h-5 w-5 flex-none fill-success-content pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path>
</svg>
Open Open
</div> </div>
</div> </div>
@ -68,8 +82,15 @@ exports[`Proposals/Header Long and No Spaces smoke-test 1`] = `
<div class="mr-3 inline align-middle"> <div class="mr-3 inline align-middle">
<div tabindex="0" <div tabindex="0"
role="button" role="button"
class="btn btn-sm align-middle cursor-default" class="btn btn-success btn-sm align-middle cursor-default"
> >
<svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18"
class="h-5 w-5 flex-none fill-success-content pt-1"
>
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path>
</svg>
Open Open
</div> </div>
</div> </div>
@ -96,8 +117,15 @@ exports[`Proposals/Header Short Details smoke-test 1`] = `
<div class="mr-3 inline align-middle"> <div class="mr-3 inline align-middle">
<div tabindex="0" <div tabindex="0"
role="button" role="button"
class="btn btn-sm align-middle cursor-default" class="btn btn-success btn-sm align-middle cursor-default"
>
<svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18"
class="h-5 w-5 flex-none fill-success-content pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path>
</svg>
Open Open
</div> </div>
</div> </div>

Loading…
Cancel
Save