We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a2530 commit 8ae1fceCopy full SHA for 8ae1fce
tests/src/Functional/WxTTest.php
@@ -40,7 +40,7 @@ public function testWxtLogin() {
40
// Verify that logged in user can access the logout link.
41
$this->drupalGet('user');
42
43
- $this->assertSession()->linkByHrefExists('/user/logout');
+ $this->assertSession()->elementExists('css', 'a[href*="/user/logout"]');
44
}
45
46
0 commit comments