Rollup merge of #95470 - GuillaumeGomez:fix-gui-spurious-test, r=notriddle
Fix last rustdoc-gui spurious test This should the last spurious failing GUI test from https://github.com/rust-lang/rust/issues/93784. r? ``@notriddle``
This commit is contained in:
commit
c6764c982d
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
||||||
goto: file://|DOC_PATH|/test_docs/index.html
|
goto: file://|DOC_PATH|/test_docs/index.html
|
||||||
size: (900, 1000)
|
size: (900, 1000)
|
||||||
write: (".search-input", "test")
|
write: (".search-input", "test")
|
||||||
// Waiting for the search results to appear...
|
wait-for: "#search-settings"
|
||||||
wait-for: "#titles"
|
|
||||||
// The width is returned by "getComputedStyle" which returns the exact number instead of the
|
// The width is returned by "getComputedStyle" which returns the exact number instead of the
|
||||||
// CSS rule which is "50%"...
|
// CSS rule which is "50%"...
|
||||||
assert-css: (".search-results div.desc", {"width": "295px"})
|
assert-css: (".search-results div.desc", {"width": "295px"})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue