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

Minor adjustment to test after import overview table cleanup.

parent 6748d11e
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase { ...@@ -66,7 +66,7 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase {
$this->assertRaw('admin/build/feeds/edit/test_feed/parser'); $this->assertRaw('admin/build/feeds/edit/test_feed/parser');
$this->assertRaw('admin/build/feeds/edit/test_feed/processor'); $this->assertRaw('admin/build/feeds/edit/test_feed/processor');
$this->drupalGet('import'); $this->drupalGet('import');
$this->assertText('Test feed'); $this->assertText('Page');
// Select some other plugins. // Select some other plugins.
$this->drupalGet('admin/build/feeds/edit/test_feed'); $this->drupalGet('admin/build/feeds/edit/test_feed');
......
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