Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 20, 2022
1 parent 67df923 commit 3193c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/tests/common/mod.rs
Expand Up @@ -15,5 +15,5 @@ pub fn obtain_result_by_id(id: &str) -> String {
}

pub fn output_element() -> web_sys::Element {
gloo_utils::document().get_element_by_id("output").unwrap()
gloo::utils::document().get_element_by_id("output").unwrap()
}

0 comments on commit 3193c1e

Please sign in to comment.