Changed selector to force blur on content editable of note attributes.
This commit is contained in:
parent
96487a8cbc
commit
f7ab36b5b7
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class AgentUserProfileTest < TestCase
|
||||||
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
|
||||||
|
@ -112,7 +112,7 @@ class AgentUserProfileTest < TestCase
|
||||||
)
|
)
|
||||||
click(
|
click(
|
||||||
browser: browser1,
|
browser: browser1,
|
||||||
css: '#global-search',
|
css: '.empty-search',
|
||||||
)
|
)
|
||||||
|
|
||||||
watch_for(
|
watch_for(
|
||||||
|
|
Loading…
Reference in a new issue