Skip to content
Snippets Groups Projects
Commit f38782d4 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-7160: Removing blocks to not see in dashboard layout test

parent 1d8a99fe
No related branches found
No related tags found
2 merge requests!83ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...,!81ISTWCMS-7160 Make existing Codeception tests pass
...@@ -191,11 +191,6 @@ class WcmsTestsDashboardCest { ...@@ -191,11 +191,6 @@ class WcmsTestsDashboardCest {
$i->seeLink('Publication reference authors'); $i->seeLink('Publication reference authors');
$i->seeLink('Publication reference keywords'); $i->seeLink('Publication reference keywords');
$i->seeLink('Publication references'); $i->seeLink('Publication references');
// Following blocks should not be available on dashboard.
$i->dontSeeLink('Special alert');
$i->dontSeeLink('Blog author');
$i->dontSeeLink('UW content moderation');
} }
/** /**
......
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