AlrasheedA / st-link-analysis

A custom Streamlit component for link analysis, built with Cytoscape.js and Streamlit.
https://pypi.org/project/st-link-analysis/
MIT License
41 stars 3 forks source link

Minimize use of wait_for_timeout in tests #25

Closed AlrasheedA closed 3 weeks ago

AlrasheedA commented 3 weeks ago

Reduce use of wait_for_timeout in tests by replacing it with selectors where appropriate, allowing Playwright to handle waiting automatically.

AlrasheedA commented 3 weeks ago