Skip to content

Commit d3391af

Browse files
authored
Fix HTML test snapshots (#243)
When we added the favicon this test broke, as it should have done. This fixes the snapshots to include the new favicons.
1 parent 469b036 commit d3391af

File tree

8 files changed

+32
-0
lines changed

8 files changed

+32
-0
lines changed

tests/_page_snapshots/fuzzy-klass-detail-old.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<meta name="author" content="">
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1515

16+
<!-- Favicon -->
17+
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
18+
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />
19+
1620
<!-- Le styles from Twitter Bootstrap-->
1721
<link href="/bootstrap.css" rel="stylesheet">
1822
<link href="/bootstrap-responsive.css" rel="stylesheet">

tests/_page_snapshots/fuzzy-klass-detail.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<meta name="author" content="">
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1515

16+
<!-- Favicon -->
17+
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
18+
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />
19+
1620
<!-- Le styles from Twitter Bootstrap-->
1721
<link href="/bootstrap.css" rel="stylesheet">
1822
<link href="/bootstrap-responsive.css" rel="stylesheet">

tests/_page_snapshots/fuzzy-module-detail.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<meta name="author" content="">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11+
<!-- Favicon -->
12+
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
13+
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />
14+
1115
<!-- Le styles from Twitter Bootstrap-->
1216
<link href="/bootstrap.css" rel="stylesheet">
1317
<link href="/bootstrap-responsive.css" rel="stylesheet">

tests/_page_snapshots/homepage.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<meta name="author" content="">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11+
<!-- Favicon -->
12+
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
13+
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />
14+
1115
<!-- Le styles from Twitter Bootstrap-->
1216
<link href="/bootstrap.css" rel="stylesheet">
1317
<link href="/bootstrap-responsive.css" rel="stylesheet">

tests/_page_snapshots/klass-detail-old.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<meta name="author" content="">
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1515

16+
<!-- Favicon -->
17+
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
18+
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />
19+
1620
<!-- Le styles from Twitter Bootstrap-->
1721
<link href="/bootstrap.css" rel="stylesheet">
1822
<link href="/bootstrap-responsive.css" rel="stylesheet">

tests/_page_snapshots/klass-detail.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<meta name="author" content="">
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1515

16+
<!-- Favicon -->
17+
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
18+
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />
19+
1620
<!-- Le styles from Twitter Bootstrap-->
1721
<link href="/bootstrap.css" rel="stylesheet">
1822
<link href="/bootstrap-responsive.css" rel="stylesheet">

tests/_page_snapshots/module-detail.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<meta name="author" content="">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11+
<!-- Favicon -->
12+
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
13+
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />
14+
1115
<!-- Le styles from Twitter Bootstrap-->
1216
<link href="/bootstrap.css" rel="stylesheet">
1317
<link href="/bootstrap-responsive.css" rel="stylesheet">

tests/_page_snapshots/version-detail.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<meta name="author" content="">
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13+
<!-- Favicon -->
14+
<link rel="icon" href="/favicon/favicon.ico" sizes="48x48" />
15+
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type="image/svg+xml" />
16+
1317
<!-- Le styles from Twitter Bootstrap-->
1418
<link href="/bootstrap.css" rel="stylesheet">
1519
<link href="/bootstrap-responsive.css" rel="stylesheet">

0 commit comments

Comments
 (0)