소스 검색

Merge pull request #58 from damasco/master

fixed link for AcceptanceTest Selenuim Webdriver
Carsten Brandt 9 년 전
부모
커밋
8129163195
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/codeception/acceptance.suite.yml

+ 1 - 1
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