Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build start failing for Laravel Dusk 6.x-dev #47

Closed
crynobone opened this issue May 14, 2020 · 2 comments
Closed

Build start failing for Laravel Dusk 6.x-dev #47

crynobone opened this issue May 14, 2020 · 2 comments

Comments

@crynobone
Copy link
Member

crynobone commented May 14, 2020

  • Testbench Version: 5.x
  • Laravel Version: 7.11.x+
  • PHP Version: n/a
  • Database Driver & Version: n/a

Description:

1) Orchestra\Testbench\Dusk\Tests\Browser\AuthTest::can_authenticate_user
The currently authenticated user is not who was expected.
Failed asserting that null is identical to Array &0 (
    'id' => 2
    'className' => 'Illuminate\Foundation\Auth\User'
).

/Users/miki/Projects/orchestra/testbench-dusk/vendor/laravel/dusk/src/Concerns/InteractsWithAuthentication.php:102
/Users/miki/Projects/orchestra/testbench-dusk/tests/Browser/AuthTest.php:30
/Users/miki/Projects/orchestra/testbench-dusk/vendor/laravel/dusk/src/Concerns/ProvidesBrowser.php:68
/Users/miki/Projects/orchestra/testbench-dusk/tests/Browser/AuthTest.php:31

Do not tests still passes for Laravel Framework 7.11.0 and Dusk 6.1.0.

Steps To Reproduce:

https://travis-ci.org/github/orchestral/testbench-dusk/builds/686544633

@crynobone crynobone changed the title Build start failing for Laravel 7.x Build start failing for Laravel Dusk 6.x-dev May 14, 2020
@crynobone
Copy link
Member Author

This caused by laravel/dusk#774

@crynobone
Copy link
Member Author

PR sent laravel/dusk#776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant