Skip to content

Commit 33bf222

Browse files
committed
Debugging output
1 parent 17e4260 commit 33bf222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/test/system/bootstrap_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ class BootstrapTest < ApplicationSystemTestCase
8383
def bounds(node)
8484
client_rect = evaluate_script("arguments[0].getBoundingClientRect()", node.native)
8585
[client_rect["left"].floor, client_rect["top"].floor, client_rect["right"].ceil, client_rect["bottom"].ceil]
86+
.tap { |array| puts "#{array}" }
8687
end
8788
end

0 commit comments

Comments
 (0)