fixed link for AcceptanceTest Selenuim Webdriver

This commit is contained in:
Bulat Damdinov 2016-05-24 18:14:58 +08:00
parent 655b5c3502
commit dd0c43247f

View File

@ -13,7 +13,7 @@ modules:
enabled: enabled:
- PhpBrowser - PhpBrowser
# you can use WebDriver instead of PhpBrowser to test javascript and ajax. # 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, # "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. # it is useful if you want to login in your app in each test.
# - WebDriver # - WebDriver