|
4 | 4 | # For more details see: https://www.gnu.org/licenses/gpl-2.0.html |
5 | 5 | *** Settings *** |
6 | 6 | Documentation HTML test cases in Chrome |
7 | | -Force Tags NVDA smoke test browser chrome excluded_from_build |
| 7 | +Force Tags NVDA smoke test browser chrome |
8 | 8 |
|
9 | 9 | # for start & quit in Test Setup and Test Test Teardown |
10 | 10 | Library NvdaLib.py |
@@ -91,9 +91,13 @@ ARIA roleDescription focus |
91 | 91 | ARIA roleDescription inline browse mode |
92 | 92 | [Documentation] Read an inline element with a custom role in browse mode |
93 | 93 | test_ariaRoleDescription_inline_browseMode |
| 94 | + # Disabled due to chrome message "To get missing image descriptions, open the context menu." |
| 95 | + [Tags] excluded_from_build |
94 | 96 | ARIA roleDescription block browse mode |
95 | 97 | [Documentation] Read a block element with a custom role in browse mode |
96 | 98 | test_ariaRoleDescription_block_browseMode |
| 99 | + # Disabled due to chrome message "To get missing image descriptions, open the context menu." |
| 100 | + [Tags] excluded_from_build |
97 | 101 | ARIA roleDescription inline content editable |
98 | 102 | [Documentation] Read an inline element with a custom role in content editables |
99 | 103 | test_ariaRoleDescription_inline_contentEditable |
@@ -159,9 +163,11 @@ i13307 |
159 | 163 | textParagraphNavigation |
160 | 164 | [Documentation] Text paragraph navigation |
161 | 165 | test_textParagraphNavigation |
| 166 | + [Tags] excluded_from_build |
162 | 167 | styleNav |
163 | 168 | [Documentation] Same style navigation |
164 | 169 | test_styleNav |
| 170 | + [Tags] excluded_from_build |
165 | 171 | aria-errormessage |
166 | 172 | [Documentation] Test that aria-errormessage is reported correctly in focus and browse mode |
167 | 173 | test_ariaErrorMessage |
0 commit comments