Skip to content

Commit 49a09d0

Browse files
committed
Remove test of selected from tab
1 parent bd52d5e commit 49a09d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core-aam/aamtests/role/tab.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ def test_atspi(atspi, session, inline):
77

88
# Spec:
99
# Role: ROLE_PAGE_TAB
10-
# State: STATE_SELECTED: if focus is inside tabpanel associated with aria-labelledby
10+
# State: STATE_SELECTED: if focus is inside tabpanel associated with aria-labelledby (TODO: Add test)
1111

1212
node = atspi.find_node("test", session.url)
1313
assert atspi.Accessible.get_role(node) == atspi.Role.PAGE_TAB
14-
assert "STATE_SELECTED" in atspi.get_state_list_helper(node)
1514

1615
# def test_axapi(axapi, session, inline):
1716
# session.url = inline(TEST_HTML)

0 commit comments

Comments
 (0)