diff --git a/examples/todomvc-protractor-cucumber/protractor.conf.js b/examples/todomvc-protractor-cucumber/protractor.conf.js index 2ba6a82ecb0..63418e41759 100644 --- a/examples/todomvc-protractor-cucumber/protractor.conf.js +++ b/examples/todomvc-protractor-cucumber/protractor.conf.js @@ -4,7 +4,7 @@ const crew = require('serenity-js/lib/stage_crew'); exports.config = { - baseUrl: 'http://todomvc.dev', + baseUrl: 'http://todomvc.com', allScriptsTimeout: 110000,