Skip to content

Commit

Permalink
Fix HTML test snapshots
Browse files Browse the repository at this point in the history
When we added the favicon this test broke, as it should have done.

This fixes the snapshots to include the new favicons.
  • Loading branch information
meshy committed Jun 8, 2024
1 parent 469b036 commit a32d7c1
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/_page_snapshots/fuzzy-klass-detail-old.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />

<!-- Le styles from Twitter Bootstrap-->
<link href="/bootstrap.css" rel="stylesheet">
<link href="/bootstrap-responsive.css" rel="stylesheet">
Expand Down
4 changes: 4 additions & 0 deletions tests/_page_snapshots/fuzzy-klass-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />

<!-- Le styles from Twitter Bootstrap-->
<link href="/bootstrap.css" rel="stylesheet">
<link href="/bootstrap-responsive.css" rel="stylesheet">
Expand Down
4 changes: 4 additions & 0 deletions tests/_page_snapshots/fuzzy-module-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />

<!-- Le styles from Twitter Bootstrap-->
<link href="/bootstrap.css" rel="stylesheet">
<link href="/bootstrap-responsive.css" rel="stylesheet">
Expand Down
4 changes: 4 additions & 0 deletions tests/_page_snapshots/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />

<!-- Le styles from Twitter Bootstrap-->
<link href="/bootstrap.css" rel="stylesheet">
<link href="/bootstrap-responsive.css" rel="stylesheet">
Expand Down
4 changes: 4 additions & 0 deletions tests/_page_snapshots/klass-detail-old.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />

<!-- Le styles from Twitter Bootstrap-->
<link href="/bootstrap.css" rel="stylesheet">
<link href="/bootstrap-responsive.css" rel="stylesheet">
Expand Down
4 changes: 4 additions & 0 deletions tests/_page_snapshots/klass-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />

<!-- Le styles from Twitter Bootstrap-->
<link href="/bootstrap.css" rel="stylesheet">
<link href="/bootstrap-responsive.css" rel="stylesheet">
Expand Down
4 changes: 4 additions & 0 deletions tests/_page_snapshots/module-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />

<!-- Le styles from Twitter Bootstrap-->
<link href="/bootstrap.css" rel="stylesheet">
<link href="/bootstrap-responsive.css" rel="stylesheet">
Expand Down
4 changes: 4 additions & 0 deletions tests/_page_snapshots/version-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Favicon -->
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />

<!-- Le styles from Twitter Bootstrap-->
<link href="/bootstrap.css" rel="stylesheet">
<link href="/bootstrap-responsive.css" rel="stylesheet">
Expand Down

0 comments on commit a32d7c1

Please sign in to comment.