We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3f7a1 commit 55cf64dCopy full SHA for 55cf64d
tests/Pest.php
@@ -48,7 +48,7 @@ function asAdmin()
48
$page->fill('user_login', 'admin');
49
$page->fill('user_pass', 'admin');
50
$page->press('wp-submit');
51
- $page->assertSee('Welcome to WordPress!');
+ $page->assertUrlIs('http://127.0.0.1:8100/wp-admin');
52
53
return $page;
54
}
0 commit comments