]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/mobile.goml
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / src / test / rustdoc-gui / mobile.goml
index 22a53dea616b007ee12b61b106bcad17845b3b2a..704542a39d21b5678c50f3227306c0ab4842cda0 100644 (file)
@@ -12,7 +12,7 @@ assert-css: (".main-heading", {
   "flex-direction": "column"
 })
 
-assert-property: (".mobile-topbar h2.location", {"offsetHeight": 36})
+assert-property: (".mobile-topbar h2", {"offsetHeight": 36})
 
 // Note: We can't use assert-text here because the 'Since' is set by CSS and
 // is therefore not part of the DOM.