Skip to content

Commit 00ecb0b

Browse files
committed
Fix again
1 parent 190a046 commit 00ecb0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/gitbook/e2e/util.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,9 @@ async function waitForIcons(page: Page) {
399399
icon.style.maskImage = '';
400400
requestAnimationFrame(() => {
401401
icon.style.maskImage = bck;
402-
icon.setAttribute('data-argos-state', 'loaded');
402+
requestAnimationFrame(() => {
403+
icon.setAttribute('data-argos-state', 'loaded');
404+
});
403405
});
404406
return false;
405407
}

0 commit comments

Comments
 (0)