Skip to content

Commit

Permalink
fix another rte timing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jan 8, 2025
1 parent b9e3d2f commit 7827a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rich-text-editor/test/a11y.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ describe('accessibility', () => {
<input id="last-global-focusable" />
</div>`);
await nextRender();
await nextRender();
const [rte, lastGlobalFocusable] = wrapper.children;
editor = rte._editor;
editor.focus();
Expand Down

0 comments on commit 7827a90

Please sign in to comment.