You are here

protected function EmailedExportUiTest::setUp in Webform Scheduled Tasks 8.2

Overrides BrowserTestBase::setUp

File

tests/src/FunctionalJavascript/EmailedExportUiTest.php, line 33

Class

EmailedExportUiTest
Test the email export task plugin UI.

Namespace

Drupal\Tests\webform_scheduled_tasks\FunctionalJavascript

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalPlaceBlock('local_actions_block');
  $this
    ->drupalLogin($this
    ->drupalCreateUser([
    'administer webform',
  ]));
}