Skip to content

Commit dc66290

Browse files
committed
more mascot test fixes
1 parent 184be2d commit dc66290

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/acceptance/mascots-test.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module('Acceptance | mascots', function (hooks) {
3737

3838
assert
3939
.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.');
4141

4242
assert
4343
.dom('[data-test-field="Name"]', mascots[mascots.length - 1])
@@ -60,7 +60,7 @@ module('Acceptance | mascots', function (hooks) {
6060

6161
assert
6262
.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.');
6464

6565
assert
6666
.dom('[data-test-field="Name"]', mascots[mascots.length - 1])
@@ -77,11 +77,11 @@ module('Acceptance | mascots', function (hooks) {
7777

7878
mascots = findAll('[data-test-mascot]');
7979

80-
assert.strictEqual(mascots.length, 17, 'The user sees 6 mascots.');
80+
assert.strictEqual(mascots.length, 18, 'The user sees 6 mascots.');
8181

8282
assert
8383
.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.');
8585

8686
assert
8787
.dom('[data-test-field="Name"]', mascots[mascots.length - 1])
@@ -105,7 +105,7 @@ module('Acceptance | mascots', function (hooks) {
105105

106106
assert
107107
.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.');
109109

110110
assert
111111
.dom('[data-test-field="Name"]', mascots[mascots.length - 1])
@@ -125,11 +125,11 @@ module('Acceptance | mascots', function (hooks) {
125125

126126
mascots = findAll('[data-test-mascot]');
127127

128-
assert.strictEqual(mascots.length, 17, 'The user sees 6 mascots.');
128+
assert.strictEqual(mascots.length, 18, 'The user sees 6 mascots.');
129129

130130
assert
131131
.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.');
133133

134134
assert
135135
.dom('[data-test-field="Name"]', mascots[mascots.length - 1])

0 commit comments

Comments
 (0)