From 04d3496a71e9fcc838eb496c3572d6ab57dd4503 Mon Sep 17 00:00:00 2001 From: Material Web Team Date: Thu, 27 Apr 2023 15:31:37 -0700 Subject: [PATCH] fix(testing): don't fire focus events twice PiperOrigin-RevId: 527701737 --- testing/harness.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/harness.ts b/testing/harness.ts index 54d14fab99..6e955bb605 100644 --- a/testing/harness.ts +++ b/testing/harness.ts @@ -113,7 +113,6 @@ export class Harness { const element = await this.getInteractiveElement(); await this.startHover(); this.simulateMousePress(element, init); - this.simulatePointerFocus(element); } /**