コード例 #1
0
ファイル: WebDriverTest.php プロジェクト: surjit/Codeception
 /**
  * @Issue 1598
  */
 public function testWaitForTextBug1598()
 {
     $this->module->amOnPage('/form/bug1598');
     $this->module->waitForText('12,345', 10, '#field');
 }