Loading core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ name: 'Test theme for configuration clash detection' type: theme description: 'Test theme for configuration clash detection' version: VERSION base theme: classy base theme: stark regions: content: Content left: Left Loading core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ dependencies: module: - block_test theme: - classy - stark id: config_override_test theme: classy theme: stark region: content weight: 0 plugin: test_cache Loading core/modules/config/tests/config_override_test/config/install/block.block.call_to_action.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ dependencies: module: - block_content theme: - classy - stark id: call_to_action theme: classy theme: stark region: content weight: null provider: null Loading core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class CacheabilityMetadataConfigOverrideIntegrationTest extends BrowserTestBase /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading core/modules/config/tests/src/Functional/ConfigEntityListTest.php +5 −5 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class ConfigEntityListTest extends BrowserTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading Loading @@ -179,14 +179,14 @@ public function testListUI() { $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/thead/tr/th[3]', 'Operations'); // Check the number of table row cells. $this->assertSession()->elementsCount('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td', 3); $this->assertSession()->elementsCount('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td', 3); // Check the contents of each row cell. The first cell contains the label, // the second contains the machine name, and the third contains the // operations list. $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td[1]', 'Default'); $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td[2]', 'dotted.default'); $this->assertSession()->elementExists('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td[3]//ul'); $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td[1]', 'Default'); $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td[2]', 'dotted.default'); $this->assertSession()->elementExists('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td[3]//ul'); // Add a new entity using the operations link. $this->assertSession()->linkExists('Add test configuration'); Loading Loading
core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ name: 'Test theme for configuration clash detection' type: theme description: 'Test theme for configuration clash detection' version: VERSION base theme: classy base theme: stark regions: content: Content left: Left Loading
core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ dependencies: module: - block_test theme: - classy - stark id: config_override_test theme: classy theme: stark region: content weight: 0 plugin: test_cache Loading
core/modules/config/tests/config_override_test/config/install/block.block.call_to_action.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ dependencies: module: - block_content theme: - classy - stark id: call_to_action theme: classy theme: stark region: content weight: null provider: null Loading
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class CacheabilityMetadataConfigOverrideIntegrationTest extends BrowserTestBase /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading
core/modules/config/tests/src/Functional/ConfigEntityListTest.php +5 −5 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class ConfigEntityListTest extends BrowserTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading Loading @@ -179,14 +179,14 @@ public function testListUI() { $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/thead/tr/th[3]', 'Operations'); // Check the number of table row cells. $this->assertSession()->elementsCount('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td', 3); $this->assertSession()->elementsCount('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td', 3); // Check the contents of each row cell. The first cell contains the label, // the second contains the machine name, and the third contains the // operations list. $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td[1]', 'Default'); $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td[2]', 'dotted.default'); $this->assertSession()->elementExists('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td[3]//ul'); $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td[1]', 'Default'); $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td[2]', 'dotted.default'); $this->assertSession()->elementExists('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td[3]//ul'); // Add a new entity using the operations link. $this->assertSession()->linkExists('Add test configuration'); Loading