Skip to content

Commit a804340

Browse files
authored
Merge pull request #3937 from SwiftPackageIndex/fix-snapshots
Fix snapshots
2 parents 4f7132a + 66e23c0 commit a804340

File tree

38 files changed

+38
-38
lines changed

38 files changed

+38
-38
lines changed

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/AuthorShow_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="inner">
3535
<a href="/">
3636
<h1>
37-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
37+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3838
</h1>
3939
</a>
4040
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BlogActions_Index_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div class="inner">
3333
<a href="/">
3434
<h1>
35-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
35+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3636
</h1>
3737
</a>
3838
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BlogActions_Show_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="inner">
3030
<a href="/">
3131
<h1>
32-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
32+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3333
</h1>
3434
</a>
3535
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BuildIndex_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="inner">
3636
<a href="/">
3737
<h1>
38-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
38+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3939
</h1>
4040
</a>
4141
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BuildMonitorIndex_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="inner">
3535
<a href="/">
3636
<h1>
37-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
37+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3838
</h1>
3939
</a>
4040
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BuildShow_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="inner">
3636
<a href="/">
3737
<h1>
38-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
38+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3939
</h1>
4040
</a>
4141
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/CustomCollectionShow_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="inner">
3535
<a href="/">
3636
<h1>
37-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
37+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3838
</h1>
3939
</a>
4040
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/ErrorPage_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="inner">
3535
<a href="/">
3636
<h1>
37-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
37+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3838
</h1>
3939
</a>
4040
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/HomeIndex_document.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="inner">
3535
<a href="/">
3636
<h1>
37-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
37+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
3838
</h1>
3939
</a>
4040
<nav>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/HomeIndex_document_development.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="inner">
3838
<a href="/">
3939
<h1>
40-
<img alt="The Swift Package Index logo." src="/images/logo.svg"/>Swift Package Index
40+
<img alt="The Swift Package Index logo." width="64" height="64" src="/images/logo.svg"/>Swift Package Index
4141
</h1>
4242
</a>
4343
<nav>

0 commit comments

Comments
 (0)