posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.82k stars 90 forks source link

Expand console area for gradio test #5408

Closed jonvanausdeln closed 3 days ago

jonvanausdeln commented 3 days ago

Intent

Due to https://github.com/posit-dev/positron/issues/5407 , the console pane needs to be bigger for windows CI Tests

Approach

In gradio test, added minimizing both sidebars before running app, then bringing them back before viewer is checked.

QA Notes

Python app test should pass. https://github.com/posit-dev/positron/actions/runs/11900458691

jonvanausdeln commented 3 days ago

LGTM... we should really try to fix the windows resolution issue. Handling all these edge cases is yuck.

Yeah.. we've tried a few times to no avail. But I might revisit soon.