Step | Type | Element ID | Assertions |
---|
step 1 | attribute | test | Set attribute aria-invalid on the element with ID test to the value true |
step 2 | test | test | API Name | Assertions |
---|
ATK | event | type | is | object:state-changed:invalid-entry | event | detail1 | is | 1 | AXAPI | event | type | is | AXInvalidStatusChanged | MSAA | event | type | is | EVENT_OBJECT_STATECHANGE |
|
step 3 | attribute | test | Set attribute aria-invalid on the element with ID test to the value false |
step 4 | test | test | API Name | Assertions |
---|
ATK | event | type | is | object:state-changed:invalid-entry | event | detail1 | is | 0 | AXAPI | event | type | is | AXInvalidStatusChanged | MSAA | event | type | is | EVENT_OBJECT_STATECHANGE |
|