Skip to content

Commit 8ae1fce

Browse files
committed
Fix testWxtLogin() test for user logout
1 parent a1a2530 commit 8ae1fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/Functional/WxTTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testWxtLogin() {
4040
// Verify that logged in user can access the logout link.
4141
$this->drupalGet('user');
4242

43-
$this->assertSession()->linkByHrefExists('/user/logout');
43+
$this->assertSession()->elementExists('css', 'a[href*="/user/logout"]');
4444
}
4545

4646
}

0 commit comments

Comments
 (0)