2 declare(strict_types = 1);
18 use Facebook\WebDriver\WebDriverKeys;
37 $I->useExistingSession(
'admin');
40 $I->waitForElement(
'svg .nodes .node');
41 $pageTree->openPath([
'styleguide TCA demo',
'inline 1n']);
42 $I->switchToContentFrame();
44 $I->waitForText(
'inline 1n', 20);
45 $editRecordLinkCssPath =
'#recordlist-tx_styleguide_inline_1n a[data-original-title="Edit record"]';
46 $I->click($editRecordLinkCssPath);
47 $I->waitForText(
'Edit Form', 3,
'h1');
55 $I->wantTo(
'Expands the inline Element');
56 $I->click(
'div[data-toggle="formengine-inline"]',
'#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div');
57 $I->waitForElement(
'input[data-formengine-input-name="data[tx_styleguide_inline_1n_child][1][input_1]"]');
58 $I->wantTo(
'check is the value in input');
59 $I->seeInField(
'input[data-formengine-input-name="data[tx_styleguide_inline_1n_child][1][input_1]"]',
'lipsum');
60 $I->wantTo(
'Collapse the inline Element');
61 $I->click(
'div[data-toggle="formengine-inline"]',
'#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div');
62 $I->waitForElementNotVisible(
'#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_fields.panel-collapse');
70 $I->wantTo(
'Can hide a Inline Element');
71 $I->click(
'a span[data-identifier="actions-edit-hide"]',
'#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div');
72 $I->waitForElement(
'#data-52-tx_styleguide_inline_1n-1-inline_1_records .t3-form-field-container-inline-hidden');
73 $I->wantTo(
'Can unhide a Inline Element');
74 $I->click(
'a span[data-identifier="actions-edit-unhide"]',
'#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div');
75 $I->waitForElementNotVisible(
'#data-52-tx_styleguide_inline_1n-1-inline_1_records .t3-form-field-container-inline-hidden', 2);
83 $I->click(
'span[data-identifier="actions-add"]',
'div.typo3-newRecordLink');
85 $fieldLabel =
'input_1';
86 $testValue =
'Fo Bar';
90 $I->click(
'button[name="_savedok"]');
92 $I->click(
'a[title="Close"]');
95 $I->executeJS(
'$(\'a[data-table="pages"] .icon-actions-view-list-collapse\').click();');
97 $I->executeJS(
'$(\'a[data-table="tx_styleguide_inline_1n"] .icon-actions-view-list-collapse\').click();');
100 $I->see(
'lipsum',
'#recordlist-tx_styleguide_inline_1n_child > div:nth-child(1) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(2) > a');
101 $I->see(
'Fo Bar',
'#recordlist-tx_styleguide_inline_1n_child > div:nth-child(1) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(4) > td:nth-child(2) > a');
110 $I->wantTo(
'Can sort an Inline Element');
111 $I->click(
'a span[data-identifier="actions-move-down"]',
'#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div');
112 $I->click(
'button[name="_savedok"]');
114 $I->click(
'a[title="Close"]');
117 $I->executeJS(
'$(\'a[data-table="pages"] .icon-actions-view-list-collapse\').click();');
119 $I->executeJS(
'$(\'a[data-table="tx_styleguide_inline_1n"] .icon-actions-view-list-collapse\').click();');
122 $I->wantTo(
'Check new sorting');
123 $I->see(
'Fo Bar',
'#recordlist-tx_styleguide_inline_1n_child > div:nth-child(1) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(2) > a');
124 $I->see(
'lipsum',
'#recordlist-tx_styleguide_inline_1n_child > div:nth-child(1) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(2) > a');
132 $I->click(
'div[data-toggle="formengine-inline"]',
'#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div');
133 $I->waitForElement(
'input[data-formengine-input-name="data[tx_styleguide_inline_1n_child][1][input_1]"]');
134 $I->fillField(
'input[data-formengine-input-name="data[tx_styleguide_inline_1n_child][1][input_1]"]',
'hello world');
135 $I->click(
'button[name="_savedok"]');
137 $I->click(
'a[title="Close"]');
139 $I->see(
'hello world');
148 $inlineElementToDelete =
'#data-52-tx_styleguide_inline_1n-1-inline_1-tx_styleguide_inline_1n_child-1_div';
149 $I->wantTo(
'Cancel the delete dialog');
150 $I->click(
'a span[data-identifier="actions-edit-delete"]', $inlineElementToDelete);
151 $modalDialog->clickButtonInDialog(
'button[name="no"]');
153 $I->switchToContentFrame();
154 $I->seeElement($inlineElementToDelete);
156 $I->wantTo(
'Accept the delete dialog');
157 $I->click(
'a span[data-identifier="actions-edit-delete"]', $inlineElementToDelete);
160 $modalDialog->canSeeDialog();
161 $I->click(
'button[name="yes"]', ModalDialog::$openedModalButtonContainerSelector);
162 $I->waitForElementNotVisible(ModalDialog::$openedModalSelector, 30);
164 $I->switchToContentFrame();
165 $I->waitForElementNotVisible($inlineElementToDelete);
175 $fieldContext = $I->executeInSelenium(
function (\Facebook\WebDriver\Remote\RemoteWebDriver $webdriver) use (
178 return $webdriver->findElement(
179 \Facebook\WebDriver\WebDriverBy::xpath(
'(//label[contains(text(),"' . $fieldLabel .
'")])[1]/ancestor::fieldset[@class="form-section"][1]')
183 $visibleFieldXpath =
'.//*/input[@data-formengine-input-name]';
184 $clearButtonXpath =
'(//label[contains(text(),"' . $fieldLabel .
'")])[1]/parent::*//*/button[@class="close"]';
185 $initializedInputFieldXpath =
'(//label[contains(text(),"' . $fieldLabel .
'")])[1]/parent::*//*/input[@data-formengine-input-name][@data-formengine-input-initialized]';
186 $I->waitForElement($initializedInputFieldXpath, 30);
187 $inputField = $fieldContext->findElement(\WebDriverBy::xpath($visibleFieldXpath));
188 $internalInputFieldXpath =
'(//label[contains(text(),"' . $fieldLabel .
'")])[1]/parent::*//*/input[@name="' . $inputField->getAttribute(
'data-formengine-input-name') .
'"]';
190 $I->waitForElement($internalInputFieldXpath, 30);
191 $I->waitForElement($clearButtonXpath, 30);
193 $I->fillField($inputField, $testValue);
194 $inputField->sendKeys(WebDriverKeys::TAB);
195 $fieldContext->click();
196 $I->comment(
'Test value of "visible" field');
197 $I->canSeeInField($inputField, $testValue);