@@ -33,7 +33,7 @@ module('Acceptance | mascots', function (hooks) {
33
33
34
34
const mascots = findAll ( '[data-test-mascot]' ) ;
35
35
36
- assert . strictEqual ( mascots . length , 76 , 'The user sees 10 mascots.' ) ;
36
+ assert . strictEqual ( mascots . length , 78 , 'The user sees 10 mascots.' ) ;
37
37
38
38
assert
39
39
. dom ( '[data-test-field="Name"]' , mascots [ 0 ] )
@@ -56,7 +56,7 @@ module('Acceptance | mascots', function (hooks) {
56
56
57
57
let mascots = findAll ( '[data-test-mascot]' ) ;
58
58
59
- assert . strictEqual ( mascots . length , 66 , 'The user sees 7 mascots.' ) ;
59
+ assert . strictEqual ( mascots . length , 67 , 'The user sees 7 mascots.' ) ;
60
60
61
61
assert
62
62
. dom ( '[data-test-field="Name"]' , mascots [ 0 ] )
@@ -101,7 +101,7 @@ module('Acceptance | mascots', function (hooks) {
101
101
102
102
let mascots = findAll ( '[data-test-mascot]' ) ;
103
103
104
- assert . strictEqual ( mascots . length , 66 , 'The user sees 7 mascots.' ) ;
104
+ assert . strictEqual ( mascots . length , 67 , 'The user sees 7 mascots.' ) ;
105
105
106
106
assert
107
107
. dom ( '[data-test-field="Name"]' , mascots [ 0 ] )
0 commit comments