Allow for multiple a11y properties

This commit is contained in:
Julian Schmidhuber 2024-08-13 10:25:16 +02:00
parent b308adc3af
commit 3dfce3bbe0
10 changed files with 103 additions and 7 deletions

View file

@ -221,6 +221,8 @@ class TestSamples(unittest.TestCase):
"list_factory",
# Not implemented yet
"subscope",
# Not implemented yet
"accessibility_multiple_labelled_by",
]
if sample in REQUIRE_ADW_1_4 and not self.have_adw_1_4: