2 declare(strict_types = 1);
30 $I->useExistingSession(
'admin');
32 $I->see(
'Backend users');
33 $I->click(
'Backend users');
34 $I->switchToContentFrame();
43 $I->see(
'Backend User Listing');
44 $I->click(
'#typo3-backend-user-list > tbody > tr:nth-child(1) > td.col-control > div:nth-child(3) > a');
45 $I->waitForElementVisible(
'table#typo3-backend-user-list');
46 $I->click(
'#typo3-backend-user-list > tbody > tr:nth-child(2) > td.col-control > div:nth-child(3) > a');
47 $I->waitForElementVisible(
'table#typo3-backend-user-list-compare', 20);
48 $I->canSeeNumberOfElements(
'#typo3-backend-user-list-compare tbody tr', 2);
49 $I->click(
'body > div > div.module-body.t3js-module-body > form:nth-child(4) > input');
50 $I->waitForElementVisible(
'table.table-striped');
53 $usernameFirstCompare = $I->grabTextFrom(
'#tx_beuser_compare > thead > tr > th:nth-child(2)');
54 $I->click(
'#tx_beuser_compare > thead > tr > th:nth-child(2) > a.btn.btn-default.pull-right');
55 $I->waitForElementNotVisible(
'#t3js-ui-block');
56 $I->waitForElementVisible(
'#EditDocumentController');
57 $I->canSee(
'Edit Backend user "' . $usernameFirstCompare .
'" on root level');
60 $I->click(
'.module-docheader .btn.t3js-editform-close');
61 $I->waitForElementVisible(
'table.table-striped');
62 $I->canSee(
'Compare backend users',
'h1');
65 $usernameFirstCompare = $I->grabTextFrom(
'#tx_beuser_compare > thead > tr > th:nth-child(3)');
66 $I->click(
'#tx_beuser_compare > thead > tr > th:nth-child(3) > a.btn.btn-default.pull-right');
67 $I->waitForElementNotVisible(
'#t3js-ui-block');
68 $I->waitForElementVisible(
'#EditDocumentController');
69 $I->canSee(
'Edit Backend user "' . $usernameFirstCompare .
'" on root level');