Warning

This document is for an old release 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 SizzleLoadingTestCase(SeleniumTestCase):
[docs] @selenium_test def test_sizzle_loads(self): self.home() self.wait_for_sizzle_selector_clickable("div")