You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should deprecate contains((after v2 is released) without making new includes( API. Users can directly use built-in string method, like myNode.text.includes('something')
JS convention seems to have moved toward using the method name
includes
instead ofcontains
. For enumerables, Ember is deprecatingcontains
, andincludes
is pretty much the only available method on JS strings.Shouldn't
ember-cli-page-object
follow this same convention, and useincludes
here instead ofcontains
? http://ember-cli-page-object.js.org/docs/v1.13.x/api/containsThe text was updated successfully, but these errors were encountered: