Examination::doesRightAxisExist PHP Method

doesRightAxisExist() protected method

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