Source code for tests.integration.common_functions

"""Common functions used across all tests"""

import time

from selenium.common.exceptions import StaleElementReferenceException

from tests.test_manager import CobaltTestManagerIntegration