Skip to content
Snippets Groups Projects

D10 compatibility follow-up

Open Roman Paska requested to merge issue/yasm-3401187:3401187-drupal-10-follow-up into 2.0.x
Files
11
@@ -19,7 +19,7 @@ class YasmBlocksTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stable';
protected $defaultTheme = 'stark';
/**
* Admin users with all permissions.
@@ -48,7 +48,7 @@ class YasmBlocksTest extends BrowserTestBase {
public function testsYasmBlocks() {
$this->drupalLogin($this->yasmUser);
$this->drupalGet('admin/structure/block/library/stable');
$this->drupalGet('admin/structure/block/library/stark');
$this->assertSession()->statusCodeEquals(200);
$this->assertSession()->responseContains('YASM site counts');
$this->assertSession()->responseContains('YASM current user counts');
Loading