We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77a7c5 commit 9bafee0Copy full SHA for 9bafee0
1 file changed
tests/Pest.php
@@ -50,7 +50,7 @@ function asUser(string $login, string $password)
50
->fill('user_login', $login)
51
->fill('user_pass', $password)
52
->press('wp-submit')
53
- ->assertUrlIs('http://localhost:8100/wp-admin');
+ ->assertUrlContains('/wp-admin');
54
}
55
56
function asAdmin()
0 commit comments