Changed selector to force blur on content editable of note attributes.

This commit is contained in:
Martin Edenhofer 2015-06-06 19:08:47 +02:00
parent 6c4cd19467
commit 96487a8cbc

View file

@ -34,7 +34,7 @@ class AgentOrganizationProfileTest < TestCase
value: note, value: note,
contenteditable: true, contenteditable: true,
) )
click( css: '#global-search' ) click( css: '.empty-search' )
sleep 2 sleep 2
# check and change note again in edit screen # check and change note again in edit screen
@ -116,7 +116,7 @@ class AgentOrganizationProfileTest < TestCase
) )
click( click(
browser: browser1, browser: browser1,
css: '#global-search', css: '.empty-search',
) )
# verify # verify