From 230f2a19aa5e7f2ad0d03b3139e0ad948af9c5d3 Mon Sep 17 00:00:00 2001 From: Casey Watts Date: Thu, 30 Nov 2017 16:43:15 -0500 Subject: [PATCH] this test expects 2 assertions, and shouldn't pass unless it finds both (currently it won't pass) --- tests/acceptance/index-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/index-test.js b/tests/acceptance/index-test.js index 82144ed4..73c7444c 100644 --- a/tests/acceptance/index-test.js +++ b/tests/acceptance/index-test.js @@ -15,6 +15,7 @@ module('Acceptance | index', { }); test('visiting /', function(assert) { + assert.expect(2); window.localStorage.clear('org.cubiq.addtohome'); visit('/');