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,
|
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
|
||||||
|
|
Loading…
Reference in a new issue