Fixed chrome issue.
This commit is contained in:
parent
ede241007f
commit
715fbcbfb9
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue