Skip to content

Commit 938831a

Browse files
Adjust tests for lates version of Penthouse
1 parent b7382cf commit 938831a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features/generate_and_fetch_critical_css_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
it 'displays the correct critical CSS' do
1212
visit route
13-
expect(page).to have_content 'color: red;'
13+
expect(page).to have_content 'p{color:red}'
1414
end
1515
end
1616
end

0 commit comments

Comments
 (0)