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 17e4260 commit 33bf222Copy full SHA for 33bf222
demo/test/system/bootstrap_test.rb
@@ -83,5 +83,6 @@ class BootstrapTest < ApplicationSystemTestCase
83
def bounds(node)
84
client_rect = evaluate_script("arguments[0].getBoundingClientRect()", node.native)
85
[client_rect["left"].floor, client_rect["top"].floor, client_rect["right"].ceil, client_rect["bottom"].ceil]
86
+ .tap { |array| puts "#{array}" }
87
end
88
0 commit comments