protected function MultiStepSelectionDisplayTest::openEntityBrowser in Entity Browser 8.2
Same name and namespace in other branches
- 8 tests/src/FunctionalJavascript/MultiStepSelectionDisplayTest.php \Drupal\Tests\entity_browser\FunctionalJavascript\MultiStepSelectionDisplayTest::openEntityBrowser()
Open iframe entity browser and change scope to iframe.
1 call to MultiStepSelectionDisplayTest::openEntityBrowser()
- MultiStepSelectionDisplayTest::testAjaxCommands in tests/
src/ FunctionalJavascript/ MultiStepSelectionDisplayTest.php - Check that selection state in entity browser Inline Entity Form.
File
- tests/
src/ FunctionalJavascript/ MultiStepSelectionDisplayTest.php, line 19
Class
- MultiStepSelectionDisplayTest
- Test for multi_step_display selection display.
Namespace
Drupal\Tests\entity_browser\FunctionalJavascriptCode
protected function openEntityBrowser() {
$this
->getSession()
->getPage()
->clickLink('Select entities');
$this
->getSession()
->switchToIFrame('entity_browser_iframe_test_entity_browser_file');
$this
->waitForAjaxToFinish();
}