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(
|
set(
|
||||||
css: '#username_or_email',
|
css: '#username_or_email',
|
||||||
value: twitter_user_loign,
|
value: twitter_user_loign,
|
||||||
|
no_click: true, # <label> other element would receive the click
|
||||||
)
|
)
|
||||||
set(
|
set(
|
||||||
css: '#password',
|
css: '#password',
|
||||||
value: twitter_pw,
|
value: twitter_pw,
|
||||||
|
no_click: true, # <label> other element would receive the click
|
||||||
)
|
)
|
||||||
click(css: '#allow')
|
click(css: '#allow')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue