File tree 5 files changed +2
-80
lines changed
assets/stylesheets/components
5 files changed +2
-80
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class HtmlPublicationTest < ActionDispatch::IntegrationTest
8
8
test "html publications" do
9
9
setup_and_visit_content_item ( 'published' )
10
10
11
- within ".app -c-publication -header" do
11
+ within ".gem -c-inverse -header" do
12
12
assert page . has_text? ( @content_item [ "details" ] [ "format_sub_type" ] )
13
13
assert page . has_text? ( @content_item [ "title" ] )
14
14
@@ -67,7 +67,7 @@ class HtmlPublicationTest < ActionDispatch::IntegrationTest
67
67
test "no contents are shown when headings are an empty list" do
68
68
setup_and_visit_content_item ( "prime_ministers_office" )
69
69
70
- within ".app -c-publication -header" do
70
+ within ".gem -c-inverse -header" do
71
71
refute page . has_text? ( "Contents" )
72
72
end
73
73
end
You can’t perform that action at this time.
0 commit comments