Skip to content
Snippets Groups Projects

ISTWCMS-5351 Update catalogTest due to update to allowed_format 1.5

Merged Lily Yan requested to merge feature/ISTWCMS-5351-l26yan-Update-to-allowed_format-1.5 into 3.1.x
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -981,10 +981,10 @@ class UwWcmsBasicTest extends BrowserTestBase {
// Make sure only 'Basic' format is checked.
$this->drupalGet('admin/structure/types/manage/uw_ct_catalog_item/fields/node.uw_ct_catalog_item.field_uw_catalog_summary');
$this->assertSession()->statusCodeEquals(200);
$this->assertSession()->checkboxChecked('edit-third-party-settings-allowed-formats-uw-tf-basic');
$this->assertSession()->checkboxNotChecked('edit-third-party-settings-allowed-formats-uw-tf-standard');
$this->assertSession()->checkboxNotChecked('edit-third-party-settings-allowed-formats-uw-tf-full-html');
$this->assertSession()->checkboxNotChecked('edit-third-party-settings-allowed-formats-plain-text');
$this->assertSession()->checkboxNotChecked('edit-third-party-settings-allowed-formats-allowed-formats-uw-tf-standard');
$this->assertSession()->checkboxNotChecked('edit-third-party-settings-allowed-formats-allowed-formats-uw-tf-full-html');
$this->assertSession()->checkboxChecked('edit-third-party-settings-allowed-formats-allowed-formats-uw-tf-basic');
$this->assertSession()->checkboxNotChecked('edit-third-party-settings-allowed-formats-allowed-formats-plain-text');
// Make sure catalog term path pattern.
$this->drupalGet('admin/config/search/path/patterns/uw_path_catalogs');
Loading