diff --git a/features/post_excerpts.feature b/features/post_excerpts.feature index a145d36d..a32694fe 100644 --- a/features/post_excerpts.feature +++ b/features/post_excerpts.feature @@ -108,7 +108,7 @@ Feature: Post excerpts Then I should get a zero exit status And I should not see "Kramdown warning" in the build output But I should see exactly "

Install Jekyll

" in "_site/just-text-excerpt.html" - And I should see "

Alpha 1

" in "_site/text-and-footnote.html" + And I should see "

Alpha 1

" in "_site/text-and-footnote.html" And I should see "

Omega sigma 

" in "_site/text-and-footnote.html" And I should see "

Read docs

" in "_site/text-and-reference-link.html" And I should see "

Check out jekyll

" in "_site/text-and-self-referencing-link.html"