From bd394d61b9432ad55a3d5b995e6eaaf6e9fa7e1f Mon Sep 17 00:00:00 2001 From: juliemr Date: Sun, 18 Dec 2016 00:57:58 -0800 Subject: [PATCH] Turn on interactive tests --- scripts/test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/test.js b/scripts/test.js index df777a447..b52d328cf 100755 --- a/scripts/test.js +++ b/scripts/test.js @@ -37,9 +37,9 @@ var passingTests = [ 'node built/cli.js spec/hybridConf.js', 'node scripts/driverProviderAttachSession.js', 'node scripts/exitCodes.js', - // TODO(cnishina): Enable interactive tests when debugger works. - // 'node scripts/interactive_tests/interactive_test.js', - // 'node scripts/interactive_tests/with_base_url.js', + // Interactive Element Explorer tasks + 'node scripts/interactive_tests/interactive_test.js', + 'node scripts/interactive_tests/with_base_url.js', // Unit tests 'node node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=scripts/unit_test.json', // Dependency tests