mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-25 06:33:09 +03:00
fix test
This commit is contained in:
parent
753e34a272
commit
daa6d2046d
@ -44,7 +44,7 @@ spec =
|
|||||||
{ options = [ 1, 2, 3 ]
|
{ options = [ 1, 2, 3 ]
|
||||||
, selected = 2
|
, selected = 2
|
||||||
}
|
}
|
||||||
|> Query.findAll [ Selector.attribute (Aria.controls "Nri-Ui-SegmentedControl-Panel-a-label") ]
|
|> Query.findAll [ Selector.id "Nri-Ui-SegmentedControl-Tab-a-label" ]
|
||||||
|> Query.index 1
|
|> Query.index 1
|
||||||
|> Query.has [ Selector.attribute (Widget.selected True) ]
|
|> Query.has [ Selector.attribute (Widget.selected True) ]
|
||||||
, test "always has one item selected" <|
|
, test "always has one item selected" <|
|
||||||
|
Loading…
Reference in New Issue
Block a user