diff --git a/scripts/snapshot/snapshot.config.js b/scripts/snapshot/snapshot.config.js index d6a67d99cf..29858c57cc 100644 --- a/scripts/snapshot/snapshot.config.js +++ b/scripts/snapshot/snapshot.config.js @@ -8,8 +8,8 @@ exports.config = { domain: 'ionic-snapshot-go.appspot.com', //domain: 'localhost:8080', - //specs: 'dist/e2e/**/*e2e.js', - specs: 'dist/e2e/input/**/*e2e.js', + specs: 'dist/e2e/**/*e2e.js', + // specs: 'dist/e2e/input/**/*e2e.js', sleepBetweenSpecs: 350,