Skip to content

Commit

Permalink
EWPP-4547: Convert the test to Functional.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Aug 14, 2024
1 parent 440e69e commit 6f10950
Showing 1 changed file with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

declare(strict_types=1);

namespace Drupal\Tests\oe_webtools_social_share\FunctionalJavascript;
namespace Drupal\Tests\oe_webtools_social_share\Functional;

use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
use Drupal\Tests\BrowserTestBase;

/**
* Tests the Social share widget settings form.
*/
class SocialShareSettingsFormTest extends WebDriverTestBase {
class SocialShareSettingsFormTest extends BrowserTestBase {

/**
* {@inheritdoc}
Expand All @@ -26,15 +26,6 @@ class SocialShareSettingsFormTest extends WebDriverTestBase {
*/
protected $defaultTheme = 'stark';

/**
* {@inheritdoc}
*/
protected function setUp(): void {
parent::setUp();

$this->drupalPlaceBlock('page_title_block');
}

/**
* Tests Social share form configuration.
*/
Expand Down

0 comments on commit 6f10950

Please sign in to comment.