Skip to content

Commit

Permalink
fix(codegen): fallback to iframe[name/src] when failed to generate …
Browse files Browse the repository at this point in the history
…selector (#34030)
  • Loading branch information
dgozman authored Dec 16, 2024
1 parent 512cb36 commit d4b2c96
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ async function generateFrameSelectorInParent(parent: Frame, frame: Frame): Promi
}, frameElement);
return selector;
} catch (e) {
return e.toString();
}
}, monotonicTime() + 2000);
if (!result.timedOut && result.result)
Expand Down

0 comments on commit d4b2c96

Please sign in to comment.