You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
Not sure if there is config I'm missing somewhere, but when using assertRedirectTo I get the following:
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/admin/users'
+'http://:/admin/users#'
If I change tests to have them run directly by phpunit using laravels TestCase class instead, it works correctly. It seems that when running test with codeception, the app's url is different.