Close modal before count accounts.
This commit is contained in:
parent
ba5fa1f488
commit
7360985c21
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ class FacebookBrowserTest < TestCase
|
|||
value: 'Dashboard',
|
||||
)
|
||||
|
||||
#click(css: '#content .modal .js-close')
|
||||
click(css: '#content .modal .js-close')
|
||||
|
||||
watch_for(
|
||||
css: '#content',
|
||||
|
@ -153,7 +153,7 @@ class FacebookBrowserTest < TestCase
|
|||
# value: 'Search Terms',
|
||||
#)
|
||||
|
||||
#click(css: '#content .modal .js-close')
|
||||
click(css: '#content .modal .js-close')
|
||||
|
||||
watch_for(
|
||||
css: '#content',
|
||||
|
|
Loading…
Reference in a new issue