General
TestConfigurationPage
¶
Bases: UccTester
Source code in tests/ui/test_configuration_page.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
|
test_configuration_page_title_and_description(ucc_smartx_selenium_helper, ucc_smartx_rest_helper)
¶
Verifies the title and description of the page
Source code in tests/ui/test_configuration_page.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
test_openapi_json_download_button(ucc_smartx_selenium_helper, ucc_smartx_rest_helper)
¶
Verifies the OpenAPI json download button
Source code in tests/ui/test_configuration_page.py
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|
test_ucc_credits_label_exists(ucc_smartx_selenium_helper, ucc_smartx_rest_helper)
¶
Verifies the UCC label is rendered on the page
Source code in tests/ui/test_configuration_page.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
|