Changed selector to force blur on content editable of note attributes.
This commit is contained in:
parent
6c4cd19467
commit
96487a8cbc
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ class AgentOrganizationProfileTest < TestCase
|
|||
value: note,
|
||||
contenteditable: true,
|
||||
)
|
||||
click( css: '#global-search' )
|
||||
click( css: '.empty-search' )
|
||||
sleep 2
|
||||
|
||||
# check and change note again in edit screen
|
||||
|
@ -116,7 +116,7 @@ class AgentOrganizationProfileTest < TestCase
|
|||
)
|
||||
click(
|
||||
browser: browser1,
|
||||
css: '#global-search',
|
||||
css: '.empty-search',
|
||||
)
|
||||
|
||||
# verify
|
||||
|
|
Loading…
Reference in a new issue