Skip to content

Commit

Permalink
update error message to align with playwright-go update
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Campbell committed Jun 24, 2024
1 parent 59caa69 commit 2c58205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/browser/browser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestNoBrowserDriverFail(t *testing.T) {
client, _ := New(account)
_, err := client.Authenticate(loginDetails)
assert.Error(t, err)
assert.ErrorContains(t, err, "could not start driver")
assert.ErrorContains(t, err, "please install the driver")
}

func fakeSAMLResponse(page playwright.Page, loginDetails *creds.LoginDetails, client *Client) (string, error) {
Expand Down

0 comments on commit 2c58205

Please sign in to comment.