Skip to content
Snippets Groups Projects
Commit 369915cf authored by Alex Barth's avatar Alex Barth
Browse files

Update test.

parent 621c006c
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ class FeedsWebTestCase extends DrupalWebTestCase { ...@@ -88,7 +88,7 @@ class FeedsWebTestCase extends DrupalWebTestCase {
public function createFeedConfiguration($name = 'Syndication', $id = 'syndication') { public function createFeedConfiguration($name = 'Syndication', $id = 'syndication') {
// Create new feed configuration. // Create new feed configuration.
$this->drupalGet('admin/build/feeds'); $this->drupalGet('admin/build/feeds');
$this->clickLink('New configuration'); $this->clickLink('New importer');
$edit = array( $edit = array(
'name' => $name, 'name' => $name,
'id' => $id, 'id' => $id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment