We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7382cf commit 938831aCopy full SHA for 938831a
spec/features/generate_and_fetch_critical_css_spec.rb
@@ -10,7 +10,7 @@
10
11
it 'displays the correct critical CSS' do
12
visit route
13
- expect(page).to have_content 'color: red;'
+ expect(page).to have_content 'p{color:red}'
14
end
15
16
0 commit comments