More tolerance for css selectors.

This commit is contained in:
Martin Edenhofer 2015-10-01 13:56:55 +02:00
parent 40e9ba2948
commit d48ea6e710

View file

@ -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',