Source code for galaxy_test.selenium.test_sizzle_loading

from .framework import (
    selenium_test,
    SeleniumTestCase,
)


[docs]class TestSizzleLoading(SeleniumTestCase):
[docs] @selenium_test def test_sizzle_loads(self): self.home() self.wait_for_sizzle_selector_clickable("span")