We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd9446 commit 6229c56Copy full SHA for 6229c56
src/web/mod.rs
@@ -952,7 +952,7 @@ mod test {
952
let text = web.get("/foo/0.2.0/foo").send()?.text()?;
953
let platform = kuchiki::parse_html()
954
.one(text)
955
- .select(r#"ul > li > a[aria-label="Platform"]"#)
+ .select(r#"form.landing-search-form-nav details > summary[aria-label="Platform"]"#)
956
.unwrap()
957
.count();
958
assert_eq!(platform, 1);
0 commit comments