diff options
| author | Michael Howell <michael@notriddle.com> | 2022-11-08 17:49:29 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-11-11 18:27:42 -0700 |
| commit | 79b6112ab53a9f5cd2b267dfbdb8bcae7049b2f7 (patch) | |
| tree | 7ba43acdc7470b6215a106642aa927dfde6ac81b /src/test/rustdoc-gui | |
| parent | 155750dc330d0a2148cff7efadd75d821854e947 (diff) | |
| download | rust-79b6112ab53a9f5cd2b267dfbdb8bcae7049b2f7.tar.gz rust-79b6112ab53a9f5cd2b267dfbdb8bcae7049b2f7.zip | |
rustdoc: update test cases
Diffstat (limited to 'src/test/rustdoc-gui')
| -rw-r--r-- | src/test/rustdoc-gui/notable-trait.goml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/rustdoc-gui/notable-trait.goml b/src/test/rustdoc-gui/notable-trait.goml index 0b97cbae499..4c3943d8858 100644 --- a/src/test/rustdoc-gui/notable-trait.goml +++ b/src/test/rustdoc-gui/notable-trait.goml @@ -119,14 +119,6 @@ click: "//*[@id='method.create_an_iterator_from_read']//*[@class='notable-traits move-cursor-to: "//h1" assert-count: ("//*[@class='notable popover']", 0) -// Checking on very small mobile. The `i` should be on its own line. -size: (365, 600) -compare-elements-position-false: ( - "//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']", - "//*[@id='method.create_an_iterator_from_read']//*[@class='notable-traits']", - ("y", "x"), -) - // Now check the colors. define-function: ( "check-colors", |
