Skip to content

Commit

Permalink
Update release list test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 21, 2023
1 parent 2153a82 commit 0525f8f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/web/rustdoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2240,12 +2240,8 @@ mod test {
.create()?;

// test rustdoc pages stay on the documentation
let page = kuchiki::parse_html().one(
env.frontend()
.get("/hexponent/0.3.0/hexponent/")
.send()?
.text()?,
);
let page = kuchiki::parse_html()
.one(env.frontend().get("/hexponent/releases").send()?.text()?);
let selector =
r#"ul > li a[href="/crate/hexponent/0.3.1/target-redirect/hexponent/index.html"]"#
.to_string();
Expand Down

0 comments on commit 0525f8f

Please sign in to comment.