Skip to content
Snippets Groups Projects
Commit a3cd2fe1 authored by l26yan's avatar l26yan
Browse files

ISTWCMS-4838 Remove audience field check for catalog item content type due to...

ISTWCMS-4838 Remove audience field check for catalog item content type due to it is not default field
parent ce558f6f
No related branches found
No related tags found
2 merge requests!433ISTWCMS-6296 Create test for all event dates test cases,!159ISTWCMS-4838 Remove audience field check for catalog item content type due to...
......@@ -368,9 +368,9 @@ class UwWcmsBasicTest extends BrowserTestBase {
if ($key != 'catalog') {
$taxonomies = $this->getSession()->getPage()->find('xpath', "//span[contains(text(), 'Taxonomies')]");
$this->assertEquals('edit-group-uw-' . $key . '-tags', $taxonomies->getParent()->getParent()->getAttribute('id'));
$audience = $this->getSession()->getPage()->find('xpath', "//span[contains(text(), 'Audience')]");
$this->assertEquals('edit-field-uw-audience--wrapper', $audience->getParent()->getParent()->getAttribute('id'));
}
$audience = $this->getSession()->getPage()->find('xpath', "//span[contains(text(), 'Audience')]");
$this->assertEquals('edit-field-uw-audience--wrapper', $audience->getParent()->getParent()->getAttribute('id'));
}
// Test field_uw_event_map exists.
......
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