From dd0c43247f2a7f45a276be220c98ea8fd81f0d2f Mon Sep 17 00:00:00 2001 From: Bulat Damdinov Date: Tue, 24 May 2016 18:14:58 +0800 Subject: [PATCH] fixed link for AcceptanceTest Selenuim Webdriver --- tests/codeception/acceptance.suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/codeception/acceptance.suite.yml b/tests/codeception/acceptance.suite.yml index 1781b00..d36d736 100644 --- a/tests/codeception/acceptance.suite.yml +++ b/tests/codeception/acceptance.suite.yml @@ -13,7 +13,7 @@ modules: enabled: - PhpBrowser # you can use WebDriver instead of PhpBrowser to test javascript and ajax. -# This will require you to install selenium. See http://codeception.com/docs/04-AcceptanceTests#Selenium +# This will require you to install selenium. See http://codeception.com/docs/03-AcceptanceTests#selenium-webdriver # "restart" option is used by the WebDriver to start each time per test-file new session and cookies, # it is useful if you want to login in your app in each test. # - WebDriver