Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Update tests/page_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ankur <[email protected]>
  • Loading branch information
bandorko and ankur22 committed Nov 29, 2023
1 parent 3578690 commit d785975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/page_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestNestedFrames(t *testing.T) {
assert.Nil(t, err)

v := frame2.Evaluate(tb.toGojaValue(`() => window.buttonClicked`))
assert.True(t, tb.asGojaBool(v), "cannot not click the button")
assert.True(t, tb.asGojaBool(v), "button hasn't been clicked")
}

func TestPageEmulateMedia(t *testing.T) {
Expand Down

0 comments on commit d785975

Please sign in to comment.