package/testHelpers.js in pageflow-16.0.0 vs package/testHelpers.js in pageflow-16.1.0
- old
+ new
@@ -172,10 +172,10 @@
return this.$el.find('.input').map(function () {
return $(this).data('inputPropertyName');
}).get();
},
visibleInputPropertyNames: function visibleInputPropertyNames() {
- return this.$el.find('.input:not(.input-hidden_via_binding)').map(function () {
+ return this.$el.find('.input:not(.hidden_via_binding)').map(function () {
return $(this).data('inputPropertyName');
}).get();
},
inputLabels: function inputLabels() {
return this.$el.find('.input').map(function () {