Skip to content

Commit 184be2d

Browse files
committed
Update mascot test
1 parent b787b8a commit 184be2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/acceptance/mascots-test.js

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

3434
const mascots = findAll('[data-test-mascot]');
3535

36-
assert.strictEqual(mascots.length, 76, 'The user sees 10 mascots.');
36+
assert.strictEqual(mascots.length, 78, 'The user sees 10 mascots.');
3737

3838
assert
3939
.dom('[data-test-field="Name"]', mascots[0])
@@ -56,7 +56,7 @@ module('Acceptance | mascots', function (hooks) {
5656

5757
let mascots = findAll('[data-test-mascot]');
5858

59-
assert.strictEqual(mascots.length, 66, 'The user sees 7 mascots.');
59+
assert.strictEqual(mascots.length, 67, 'The user sees 7 mascots.');
6060

6161
assert
6262
.dom('[data-test-field="Name"]', mascots[0])
@@ -101,7 +101,7 @@ module('Acceptance | mascots', function (hooks) {
101101

102102
let mascots = findAll('[data-test-mascot]');
103103

104-
assert.strictEqual(mascots.length, 66, 'The user sees 7 mascots.');
104+
assert.strictEqual(mascots.length, 67, 'The user sees 7 mascots.');
105105

106106
assert
107107
.dom('[data-test-field="Name"]', mascots[0])

0 commit comments

Comments
 (0)