More tolerance for css selectors.
This commit is contained in:
parent
40e9ba2948
commit
d48ea6e710
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class AgentOrganizationProfileTest < TestCase
|
|||
|
||||
# check and change note again in edit screen
|
||||
click( css: '.active .js-action .icon-arrow-down', fast: true )
|
||||
click( css: '.active .js-action a[data-type="edit"]' )
|
||||
click( css: '.active .js-action [data-type="edit"]' )
|
||||
|
||||
watch_for(
|
||||
css: '.active .modal',
|
||||
|
|
Loading…
Reference in a new issue