Skip to content
Snippets Groups Projects
Commit 5ed519df authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2863268 by nlisgo, Lendude, michielnugter: Convert web tests to browser...

Issue #2863268 by nlisgo, Lendude, michielnugter: Convert web tests to browser tests for tracker module
parent b49d2431
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?php
namespace Drupal\tracker\Tests;
namespace Drupal\Tests\tracker\Functional;
use Drupal\comment\CommentInterface;
use Drupal\comment\Tests\CommentTestTrait;
......@@ -9,15 +9,15 @@
use Drupal\Core\Session\AccountInterface;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\node\Entity\Node;
use Drupal\simpletest\WebTestBase;
use Drupal\system\Tests\Cache\AssertPageCacheContextsAndTagsTrait;
use Drupal\Tests\BrowserTestBase;
/**
* Create and delete nodes and check for their display in the tracker listings.
*
* @group tracker
*/
class TrackerTest extends WebTestBase {
class TrackerTest extends BrowserTestBase {
use CommentTestTrait;
use AssertPageCacheContextsAndTagsTrait;
......
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