Mercurial > hg > isophonics-drupal-site
comparison core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
19 */ | 19 */ |
20 public function testMediaWizard() { | 20 public function testMediaWizard() { |
21 $session = $this->getSession(); | 21 $session = $this->getSession(); |
22 $page = $session->getPage(); | 22 $page = $session->getPage(); |
23 $assert_session = $this->assertSession(); | 23 $assert_session = $this->assertSession(); |
24 | |
25 $this->createMediaType(); | |
24 | 26 |
25 $view_id = strtolower($this->randomMachineName(16)); | 27 $view_id = strtolower($this->randomMachineName(16)); |
26 $this->drupalGet('admin/structure/views/add'); | 28 $this->drupalGet('admin/structure/views/add'); |
27 $page->fillField('label', $view_id); | 29 $page->fillField('label', $view_id); |
28 $this->waitUntilVisible('.machine-name-value'); | 30 $this->waitUntilVisible('.machine-name-value'); |