@@ -33,11 +33,11 @@ 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 ] )
40
- . hasText ( 'Europe Tomster ' , 'The user sees the correct first mascot.' ) ;
40
+ . hasText ( 'Polaris ' , 'The user sees the correct first mascot.' ) ;
41
41
42
42
assert
43
43
. dom ( '[data-test-field="Name"]' , mascots [ mascots . length - 1 ] )
@@ -56,11 +56,11 @@ 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 ] )
63
- . hasText ( 'Europe Tomster ' , 'The user sees the correct first mascot.' ) ;
63
+ . hasText ( 'Polaris ' , 'The user sees the correct first mascot.' ) ;
64
64
65
65
assert
66
66
. dom ( '[data-test-field="Name"]' , mascots [ mascots . length - 1 ] )
@@ -77,11 +77,11 @@ module('Acceptance | mascots', function (hooks) {
77
77
78
78
mascots = findAll ( '[data-test-mascot]' ) ;
79
79
80
- assert . strictEqual ( mascots . length , 17 , 'The user sees 6 mascots.' ) ;
80
+ assert . strictEqual ( mascots . length , 18 , 'The user sees 6 mascots.' ) ;
81
81
82
82
assert
83
83
. dom ( '[data-test-field="Name"]' , mascots [ 0 ] )
84
- . hasText ( 'Pride ' , 'The user sees the correct first mascot.' ) ;
84
+ . hasText ( 'Polaris ' , 'The user sees the correct first mascot.' ) ;
85
85
86
86
assert
87
87
. dom ( '[data-test-field="Name"]' , mascots [ mascots . length - 1 ] )
@@ -101,11 +101,11 @@ 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 ] )
108
- . hasText ( 'Europe Tomster ' , 'The user sees the correct first mascot.' ) ;
108
+ . hasText ( 'Polaris ' , 'The user sees the correct first mascot.' ) ;
109
109
110
110
assert
111
111
. dom ( '[data-test-field="Name"]' , mascots [ mascots . length - 1 ] )
@@ -125,11 +125,11 @@ module('Acceptance | mascots', function (hooks) {
125
125
126
126
mascots = findAll ( '[data-test-mascot]' ) ;
127
127
128
- assert . strictEqual ( mascots . length , 17 , 'The user sees 6 mascots.' ) ;
128
+ assert . strictEqual ( mascots . length , 18 , 'The user sees 6 mascots.' ) ;
129
129
130
130
assert
131
131
. dom ( '[data-test-field="Name"]' , mascots [ 0 ] )
132
- . hasText ( 'Pride ' , 'The user sees the correct first mascot.' ) ;
132
+ . hasText ( 'Polaris ' , 'The user sees the correct first mascot.' ) ;
133
133
134
134
assert
135
135
. dom ( '[data-test-field="Name"]' , mascots [ mascots . length - 1 ] )
0 commit comments