We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dd1b0 commit 180f292Copy full SHA for 180f292
.gitignore
@@ -6,3 +6,4 @@ tmp
6
.idea
7
.ruby-version
8
.yardoc
9
+.tool-versions
spec/network_spec.rb
@@ -517,6 +517,6 @@
517
%r{Request to http://.*/with_js failed \(net::ERR_INTERNET_DISCONNECTED\)}
518
)
519
520
- expect(page.at_css("body").text).to match("No internet")
+ expect(page.at_css("body").text.downcase).to match("no internet")
521
end
522
0 commit comments