Spaces:
No application file
No application file
| def test_title(url,selenium): | |
| selenium.get(f"http://{url}:8501") | |
| assert selenium.title == "Streamlit" | |
| def test_title(url,selenium): | |
| selenium.get(f"http://{url}:8501") | |
| assert selenium.title == "Streamlit" | |