We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247e441 commit 2125d9fCopy full SHA for 2125d9f
test/directives/schema-form-test.js
@@ -250,7 +250,7 @@ describe('directive',function(){
250
tmpl.children().eq(1).children().eq(0).is('div.form-group').should.be.true;
251
tmpl.children().eq(1).children().eq(0).children('select').length.should.equal(1);
252
tmpl.children().eq(2).children().eq(0).find('button').length.should.be.equal(1);
253
- tmpl.children().eq(2).children().eq(0).find('button').text().should.be.equal('Okidoki');
+ tmpl.children().eq(2).children().eq(0).find('button').text().should.include('Okidoki');
254
255
scope.form[1].onClick.should.not.have.beenCalled;
256
tmpl.children().eq(2).children().eq(0).find('button').click();
0 commit comments