This commit is contained in:
2020-07-13 17:09:59 +02:00
parent 03559a7b76
commit 3a082e23cc
492 changed files with 4129 additions and 982 deletions
@@ -38,7 +38,7 @@ class StandardTest extends BrowserTestBase {
*/
public function testStandard() {
$this->drupalGet('');
$this->assertLink(t('Contact'));
$this->assertSession()->linkExists(t('Contact'));
$this->clickLink(t('Contact'));
$this->assertSession()->statusCodeEquals(200);