Warning

This document is for an in-development version of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

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")