public function PurgerMoveFormUpTest::testNoPresence in Purge 8.3
Tests that the "No" cancel button is present.
File
- modules/
purge_ui/ tests/ src/ Functional/ Form/ PurgerMoveFormUpTest.php, line 61
Class
Namespace
Drupal\Tests\purge_ui\FunctionalCode
public function testNoPresence() : void {
$this
->drupalLogin($this->adminUser);
$this
->drupalGet($this
->getPath());
$this
->assertSession()
->responseContains('No');
}