Skip to content

Commit d183529

Browse files
committed
wip
1 parent 9bafee0 commit d183529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function asUser(string $login, string $password)
5050
->fill('user_login', $login)
5151
->fill('user_pass', $password)
5252
->press('wp-submit')
53-
->assertUrlContains('/wp-admin');
53+
->assertUrlIs('http://localhost:8100/wp-admin*');
5454
}
5555

5656
function asAdmin()

0 commit comments

Comments
 (0)