Examination::hasDilationTimeErrorDisplayed PHP 메소드

hasDilationTimeErrorDisplayed() 보호된 메소드

    protected function hasDilationTimeErrorDisplayed()
    {
        return (bool) $this->find('xpath', $this->getElement('dilationTimeErrorLeft')->getXpath()) && (bool) $this->find('xpath', $this->getElement('dilationTimeErrorRight')->getXpath());
    }
Examination