Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change assert_checked to assert_state_or_property
Browse files Browse the repository at this point in the history
zcorpan committed Dec 16, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 60439ac commit f085c68
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -24,7 +24,8 @@
]
},
{
"assert_checked": [
"assert_state_or_property": [
"aria-checked",
"false"
]
},
@@ -65,7 +66,8 @@
]
},
{
"assert_checked": [
"assert_state_or_property": [
"aria-checked",
"false"
]
},
@@ -102,7 +104,8 @@
]
},
{
"assert_checked": [
"assert_state_or_property": [
"aria-checked",
"false"
]
},
@@ -143,7 +146,8 @@
]
},
{
"assert_checked": [
"assert_state_or_property": [
"aria-checked",
"false"
]
},
@@ -180,7 +184,8 @@
]
},
{
"assert_checked": [
"assert_state_or_property": [
"aria-checked",
"false"
]
},
@@ -221,7 +226,8 @@
]
},
{
"assert_checked": [
"assert_state_or_property": [
"aria-checked",
"false"
]
},

0 comments on commit f085c68

Please sign in to comment.