From 29196d3f498265c6c7efaf3c90c15eaf08696ea0 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 7 Jun 2018 12:19:54 +0100 Subject: [PATCH] Make this steps file the same as the others... WIP: Ideally all of these would go --- ui-v2/tests/acceptance/steps/index-forwarding-steps.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui-v2/tests/acceptance/steps/index-forwarding-steps.js b/ui-v2/tests/acceptance/steps/index-forwarding-steps.js index 13b9b426d..c90033499 100644 --- a/ui-v2/tests/acceptance/steps/index-forwarding-steps.js +++ b/ui-v2/tests/acceptance/steps/index-forwarding-steps.js @@ -4,8 +4,7 @@ import steps from './steps'; // tests/acceptance/steps/steps.js file export default function(assert) { - return steps(assert); - // .then('I should find a file', function() { - // assert.ok(true, this.step); - // }); + return steps(assert).then('I should find a file', function() { + assert.ok(true, this.step); + }); }