Skip to content

Commit

Permalink
Issue #3139403 by sja112, mondrake, xjm: Replace usages of deprecated…
Browse files Browse the repository at this point in the history
… AssertLegacyTrait::assertElement(Not)Present()

(cherry picked from commit 62b57732d89373141910a134b058c3082dc4c413)
  • Loading branch information
xjm committed May 26, 2020
1 parent 6cdd8c0 commit 32500fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/tests/src/Functional/Pager/PagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function testActiveClass() {

// Verify the pager does not render on a list without pagination.
$this->drupalGet('admin/config/media/image-styles');
$this->assertElementNotPresent('.pager');
$this->assertSession()->elementNotExists('css', '.pager');
}

/**
Expand Down

0 comments on commit 32500fc

Please sign in to comment.