Examination::doesRightAxisExist PHP Méthode

doesRightAxisExist() protected méthode

VALIDATION TESTS
protected doesRightAxisExist ( )
    protected function doesRightAxisExist()
    {
        $this->waitForElementDisplayBlock('.element-eye.right-eye.column');
        return (bool) $this->find('xpath', $this->getElement('existingRightAxisCheck')->getXpath());
    }
Examination