Skip to content

Conversation

@negoziator
Copy link
Contributor

Make withHost chainable directly on visit()

Currently withHost is not chainable directly on visit()

Added missing function withHost(..) in PendingAwaitablePage

Usage

visit('/dashboard')
    ->withHost('app.localhost')
    ->assertSee('Welcome');

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

Successfully merging this pull request may close these issues.

1 participant