‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\AbstractElementsBasicCest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\AbstractElementsBasicCest:
TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\ElementsBasicInputDateCest TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\ElementsBasicInputEvalCest TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\ElementsBasicInputRangeCest TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\ElementsBasicInputSimpleCest TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\ElementsBasicInputTextTableCest

Protected Member Functions

 runInputFieldTest (ApplicationTester $I, Example $testData)
 
RemoteWebElement getInputField (RemoteWebElement $formSection)
 
RemoteWebElement getHiddenField (RemoteWebElement $formSection, RemoteWebElement $inputField)
 
RemoteWebElement getFormSectionByFieldLabel (ApplicationTester $I, string $fieldLabel)
 

Detailed Description

Abstract class for "elements_basic" tests of styleguide

Definition at line 29 of file AbstractElementsBasicCest.php.

Member Function Documentation

◆ getFormSectionByFieldLabel()

RemoteWebElement TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\AbstractElementsBasicCest::getFormSectionByFieldLabel ( ApplicationTester  $I,
string  $fieldLabel 
)
protected

Find this element in form.

Parameters
ApplicationTester$I
string$fieldLabel
Returns
‪RemoteWebElement

Definition at line 116 of file AbstractElementsBasicCest.php.

Referenced by TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\ElementsBasicInputTextTableCest\getTable(), and TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\AbstractElementsBasicCest\runInputFieldTest().

◆ getHiddenField()

RemoteWebElement TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\AbstractElementsBasicCest::getHiddenField ( RemoteWebElement  $formSection,
RemoteWebElement  $inputField 
)
protected

Return the hidden input field of element in question.

Parameters
RemoteWebElement$formSection
RemoteWebElement$inputField
Returns
‪RemoteWebElement

Definition at line 103 of file AbstractElementsBasicCest.php.

Referenced by TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\AbstractElementsBasicCest\runInputFieldTest().

◆ getInputField()

RemoteWebElement TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\AbstractElementsBasicCest::getInputField ( RemoteWebElement  $formSection)
protected

Return the visible input field of element in question.

Parameters
RemoteWebElement$formSection
Returns
‪RemoteWebElement

Definition at line 91 of file AbstractElementsBasicCest.php.

Referenced by TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\AbstractElementsBasicCest\runInputFieldTest().

◆ runInputFieldTest()