File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ describe('formInput', function () {
111
111
expect ( thisElm ) . toHaveClass ( 'schema-head' ) ;
112
112
expect ( thisElm . text ( ) ) . toBe ( 'Exams' ) ;
113
113
114
- thisElm = angular . element ( elm . find ( 'div' ) [ 22 ] ) ;
114
+ thisElm = angular . element ( elm . find ( 'div' ) [ 20 ] ) ;
115
115
expect ( thisElm ) . toHaveClass ( 'schema-foot' ) ;
116
116
117
117
thisElm = thisElm . find ( 'button' ) ;
@@ -122,7 +122,7 @@ describe('formInput', function () {
122
122
123
123
thisElm = angular . element ( elm . find ( 'div' ) [ 6 ] ) ;
124
124
expect ( thisElm . attr ( 'id' ) ) . toBe ( 'f_examsList_0' ) ;
125
- thisElm = angular . element ( elm . find ( 'div' ) [ 14 ] ) ;
125
+ thisElm = angular . element ( elm . find ( 'div' ) [ 13 ] ) ;
126
126
expect ( thisElm . attr ( 'id' ) ) . toBe ( 'f_examsList_1' ) ;
127
127
128
128
thisElm = elm . find ( 'input' ) ;
@@ -273,7 +273,6 @@ describe('formInput', function () {
273
273
} ) ) ;
274
274
275
275
it ( 'should have correct help blocks' , function ( ) {
276
- dump ( elm ) ;
277
276
var help = elm . find ( 'span' ) ;
278
277
expect ( help . length ) . toBe ( 2 ) ;
279
278
You can’t perform that action at this time.
0 commit comments