Skip to content

Commit ad2e46f

Browse files
committed
fix: build
1 parent 486a64a commit ad2e46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/network_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,6 @@
517517
%r{Request to http://.*/with_js failed \(net::ERR_INTERNET_DISCONNECTED\)}
518518
)
519519

520-
expect(page.at_css("body").text).to match("")
520+
expect(page.at_css("body").text).to match("No internet")
521521
end
522522
end

0 commit comments

Comments
 (0)