Skip to content

Commit 55cf64d

Browse files
committed
wip
1 parent 2e3f7a1 commit 55cf64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function asAdmin()
4848
$page->fill('user_login', 'admin');
4949
$page->fill('user_pass', 'admin');
5050
$page->press('wp-submit');
51-
$page->assertSee('Welcome to WordPress!');
51+
$page->assertUrlIs('http://127.0.0.1:8100/wp-admin');
5252

5353
return $page;
5454
}

0 commit comments

Comments
 (0)