Skip to content

Commit

Permalink
Wait for the logpoint to be saved in e2e tests (#10498)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenl authored Apr 23, 2024
1 parent a7a6875 commit 630626e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/helpers/source-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export async function editLogPoint(
// The typeahead popup sometimes sticks around and overlaps the save button.
// Sometimes, it will show up after we check the first time (PRO-238) so we
// retry a couple times to ensure that we can clear it and move forward.
waitFor(
await waitFor(
async () => {
await hideTypeAheadSuggestions(page, {
sourceLineNumber: lineNumber,
Expand Down

0 comments on commit 630626e

Please sign in to comment.