Fixed chrome issue.

This commit is contained in:
Martin Edenhofer 2015-12-31 11:45:27 +01:00
parent ede241007f
commit 715fbcbfb9

View file

@ -104,10 +104,12 @@ class TwitterBrowserTest < TestCase
set(
css: '#username_or_email',
value: twitter_user_loign,
no_click: true, # <label> other element would receive the click
)
set(
css: '#password',
value: twitter_pw,
no_click: true, # <label> other element would receive the click
)
click(css: '#allow')