Skip to content

Commit

Permalink
E2E: Add missing comment (#55093)
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart authored Oct 6, 2023
1 parent 030e2cf commit f04f5c5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ test.describe( 'Autocomplete (@firefox, @webkit)', () => {
page,
editor,
} ) => {
// The autocomplete popup is flaky when typing too fast, so we need to
// slow it down until it's addressed in the component.
// See https://github.com/WordPress/gutenberg/pull/55081
const typingDelay = 100;

await editor.canvas
Expand Down

0 comments on commit f04f5c5

Please sign in to comment.