‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\KeyboardAccess\SelectPagetreeWithKeyboardCest Class Reference

Public Member Functions

 _before (ApplicationTester $I, PageTree $pageTree)
 
 focusPageWithDownKeyAndOpenItWithEnter (ApplicationTester $I)
 
 focusPageWithDownAndUpKey (ApplicationTester $I)
 
 expandSubtreeWithRightArrow (ApplicationTester $I)
 
 collapseSubtreeWithLeftArrow (ApplicationTester $I)
 
 focusLastPageTreeItemWithEndKey (ApplicationTester $I)
 
 focusFirstPageTreeItemWithHomeKey (ApplicationTester $I, PageTree $pageTree)
 

Detailed Description

Page and page tree related tests.

Definition at line 28 of file SelectPagetreeWithKeyboardCest.php.

Member Function Documentation

◆ _before()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\KeyboardAccess\SelectPagetreeWithKeyboardCest::_before ( ApplicationTester  $I,
PageTree  $pageTree 
)

Open list module of styleguide elements basic page

Exceptions
Exception

Definition at line 35 of file SelectPagetreeWithKeyboardCest.php.

References TYPO3\CMS\Core\Tests\Acceptance\Support\Helper\PageTree\openPath().

◆ collapseSubtreeWithLeftArrow()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\KeyboardAccess\SelectPagetreeWithKeyboardCest::collapseSubtreeWithLeftArrow ( ApplicationTester  $I)

Expand a subtree using keyboard keys

Definition at line 125 of file SelectPagetreeWithKeyboardCest.php.

◆ expandSubtreeWithRightArrow()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\KeyboardAccess\SelectPagetreeWithKeyboardCest::expandSubtreeWithRightArrow ( ApplicationTester  $I)

Expand a subtree using keyboard keys

Definition at line 83 of file SelectPagetreeWithKeyboardCest.php.

◆ focusFirstPageTreeItemWithHomeKey()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\KeyboardAccess\SelectPagetreeWithKeyboardCest::focusFirstPageTreeItemWithHomeKey ( ApplicationTester  $I,
PageTree  $pageTree 
)

Check if the Home key is working

Definition at line 172 of file SelectPagetreeWithKeyboardCest.php.

References TYPO3\CMS\Core\Tests\Acceptance\Support\Helper\PageTree\openPath().

◆ focusLastPageTreeItemWithEndKey()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\KeyboardAccess\SelectPagetreeWithKeyboardCest::focusLastPageTreeItemWithEndKey ( ApplicationTester  $I)

Check if the END key is working

Definition at line 154 of file SelectPagetreeWithKeyboardCest.php.

◆ focusPageWithDownAndUpKey()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\KeyboardAccess\SelectPagetreeWithKeyboardCest::focusPageWithDownAndUpKey ( ApplicationTester  $I)

check selecting the next key in the page tree and open it using Enter

Definition at line 64 of file SelectPagetreeWithKeyboardCest.php.

◆ focusPageWithDownKeyAndOpenItWithEnter()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\KeyboardAccess\SelectPagetreeWithKeyboardCest::focusPageWithDownKeyAndOpenItWithEnter ( ApplicationTester  $I)

check selecting the next key in the page tree and open it using Enter

Definition at line 48 of file SelectPagetreeWithKeyboardCest.php.