You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the new @playwright/test package in Luna Paint and it's essentially just doing what we're doing but in a much nicer way so we should adopt it. Additionally we should move away from just evaluating strings in page.evaluate to fetching a JSHandle to the xterm API and using that to test which would give us strong typing on the renderer side.
The text was updated successfully, but these errors were encountered:
I'm using the new @playwright/test package in Luna Paint and it's essentially just doing what we're doing but in a much nicer way so we should adopt it. Additionally we should move away from just evaluating strings in
page.evaluate
to fetching a JSHandle to the xterm API and using that to test which would give us strong typing on the renderer side.The text was updated successfully, but these errors were encountered: