Skip to content
Snippets Groups Projects
Commit 5c08d371 authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-7160 Fix contacts in testExcludeAutoListBlock in...

ISTWCMS-7160 Fix contacts in testExcludeAutoListBlock in WcmsTestsExcludeAutoListCest due to .uw-contact instead of .card__teaser--contact
parent 0f2d8029
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
......@@ -51,7 +51,7 @@ class WcmsTestsExcludeAutoListCest {
private array $listingBlocks = [
'Blog posts' => '.card__teaser--blog',
'Catalog items' => 'span a[href^="/catalogs/"]',
'Contacts' => '.card__teaser--contact',
'Contacts' => '.uw-contact',
'Events' => '.card__teaser--event',
'News items' => '.card__teaser--news-item',
'Opportunities' => '.card__teaser--opportunity',
......
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