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 0edb3b2 commit cc1f0a3Copy full SHA for cc1f0a3
src/web/releases.rs
@@ -1717,7 +1717,7 @@ mod tests {
1717
assert!(empty
1718
.select(".release > div > strong")
1719
.expect("missing heading")
1720
- .any(|el| dbg!(el.text_contents()).contains("active CDN deployments")));
+ .any(|el| el.text_contents().contains("active CDN deployments")));
1721
1722
let full = kuchikiki::parse_html().one(web.get("/releases/queue").send()?.text()?);
1723
let items = full
0 commit comments