test/features/shared/form/resource_field_test.rb in adminpanel-2.6.1 vs test/features/shared/form/resource_field_test.rb in adminpanel-3.0.0

- old
+ new

@@ -10,10 +10,10 @@ selector = find('#permission_resource') assert selector.find('option', text: 'Categoria') assert selector.find('option', text: 'Producto') - assert selector.find('option', text: 'Google Analytics') + assert selector.find('option', text: 'Analytics') assert selector.find('option', text: 'Usuario') assert selector.find('option', text: 'Rol') assert selector.find('option', text: 'Permiso') assert selector.find('option', text: 'Sección') assert selector.find('option', text: 'Taza')