Skip to content

Commit f4a1f1b

Browse files
committed
[rb] guards got nested incorrectly in merge
1 parent d578527 commit f4a1f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rb/spec/integration/selenium/webdriver/takes_screenshot_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ def save_screenshot_and_assert(source, path)
100100
reason: 'Some issues with resolution?'},
101101
{platform: :macosx,
102102
headless: true,
103-
reason: 'showing half resolution of what expected'},
104-
exclusive: {browser: :firefox}] do
103+
reason: 'showing half resolution of what expected'}],
104+
exclusive: {browser: :firefox} do
105105
viewport_width = driver.execute_script('return window.innerWidth;')
106106
viewport_height = driver.execute_script('return window.innerHeight;')
107107

0 commit comments

Comments
 (0)