2012-01-23 13 views

답변

-1

당신은 다음과 같은 작업을 수행 할 수 있어야 사용하지 않는 경우 :

browser.response.toString().should.include 'Logout' 
: 당신이 should.js를 사용하는 경우

assert browser.text('a:contains("Logout")') 

다음을 수행 할 수 있습니다

관련 문제