Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Oct 16, 2024
1 parent 0a1f634 commit 3213486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/html/fluentTheme/side-by-side.wide.dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
root.render(
<App />
);

await new Promise(r => setTimeout(r, 1000));
console.warn('Pre chat', document.querySelector('.pre-chat-message-activity__body')?.getAttribute('class'));
console.warn('Border loader', document.querySelector('.border-loader__loader')?.getAttribute('class'));

Expand Down

0 comments on commit 3213486

Please sign in to comment.