Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit bd394d6

Browse files
committed
Turn on interactive tests
1 parent 35c4469 commit bd394d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ var passingTests = [
3737
'node built/cli.js spec/hybridConf.js',
3838
'node scripts/driverProviderAttachSession.js',
3939
'node scripts/exitCodes.js',
40-
// TODO(cnishina): Enable interactive tests when debugger works.
41-
// 'node scripts/interactive_tests/interactive_test.js',
42-
// 'node scripts/interactive_tests/with_base_url.js',
40+
// Interactive Element Explorer tasks
41+
'node scripts/interactive_tests/interactive_test.js',
42+
'node scripts/interactive_tests/with_base_url.js',
4343
// Unit tests
4444
'node node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=scripts/unit_test.json',
4545
// Dependency tests

0 commit comments

Comments
 (0)