Skip to content

Commit

Permalink
Remove deprecated accessibility events
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Nov 15, 2024
1 parent 77a5872 commit c19e63b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/browser_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@ func TestBrowserContextGrantPermissions(t *testing.T) {
{name: "accelerometer", permission: "accelerometer"},
{name: "gyroscope", permission: "gyroscope"},
{name: "magnetometer", permission: "magnetometer"},
{name: "accessibility-events", permission: "accessibility-events"},
{name: "clipboard-read", permission: "clipboard-read"},
{name: "clipboard-write", permission: "clipboard-write"},
{name: "payment-handler", permission: "payment-handler"},
Expand Down

0 comments on commit c19e63b

Please sign in to comment.