-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more UI tests for rustdoc #66181
Labels
A-doctests
Area: Documentation tests, run by rustdoc
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
GuillaumeGomez
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A-doctests
Area: Documentation tests, run by rustdoc
labels
Nov 7, 2019
JohnTitor
added
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
labels
May 30, 2020
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 21, 2023
…riddle rustdoc: Add GUI test for "Auto-hide item contents for large items" setting Part of rust-lang#66181. The `browser-ui-test` version update is because there wasn't `null` check for attributes so I added it (PR is [here](GuillaumeGomez/browser-UI-test#440)). r? `@notriddle`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 22, 2023
…riddle rustdoc: Add GUI test for "Auto-hide item contents for large items" setting Part of rust-lang#66181. The `browser-ui-test` version update is because there wasn't `null` check for attributes so I added it (PR is [here](GuillaumeGomez/browser-UI-test#440)). r? ``@notriddle``
oli-obk
pushed a commit
to oli-obk/miri
that referenced
this issue
Mar 23, 2023
rustdoc: Add GUI test for "Auto-hide item contents for large items" setting Part of rust-lang/rust#66181. The `browser-ui-test` version update is because there wasn't `null` check for attributes so I added it (PR is [here](GuillaumeGomez/browser-UI-test#440)). r? ``@notriddle``
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 25, 2023
…riddle Add GUI test for "Auto-hide item methods' documentation" setting Part of rust-lang#66181. r? `@notriddle`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 26, 2023
…to-hide-trait, r=notriddle Improve "Auto-hide trait implementation documentation" GUI test Part of rust-lang#66181. I'll start working on the `include` command for `browser-ui-test` so we can greatly reduce the duplicated code between setting tests. r? `@notriddle`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 26, 2023
…to-hide-trait, r=notriddle Improve "Auto-hide trait implementation documentation" GUI test Part of rust-lang#66181. I'll start working on the `include` command for `browser-ui-test` so we can greatly reduce the duplicated code between setting tests. r? ``@notriddle``
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this issue
Mar 27, 2023
…ing, r=notriddle Fix "Directly go to item in search if there is only one result" setting Part of rust-lang#66181. The setting was actually broken, so I fixed it when I added the GUI test. r? `@notriddle`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 27, 2023
…ing, r=notriddle Fix "Directly go to item in search if there is only one result" setting Part of rust-lang#66181. The setting was actually broken, so I fixed it when I added the GUI test. r? `@notriddle`
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Mar 31, 2023
…, r=notriddle rustdoc: Add GUI test for jump to collapsed item Part of rust-lang#66181. I updated `browser-ui-test` version because I needed to add a new command `property`: GuillaumeGomez/browser-UI-test#452. r? `@notriddle`
oli-obk
pushed a commit
to oli-obk/miri
that referenced
this issue
Apr 4, 2023
Add GUI test for "Auto-hide item methods' documentation" setting Part of rust-lang/rust#66181. r? `@notriddle`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Apr 6, 2023
…e, r=notriddle Run collapsed GUI test in mobile mode as well Extending test from rust-lang#109818 to be run on mobile as well. Part of rust-lang#66181. r? `@notriddle`
Noratrieb
added a commit
to Noratrieb/rust
that referenced
this issue
Apr 7, 2023
… r=GuillaumeGomez rustdoc: add test and bug fix for theme defaults Part of rust-lang#66181
Noratrieb
added a commit
to Noratrieb/rust
that referenced
this issue
Apr 7, 2023
… r=GuillaumeGomez rustdoc: add test and bug fix for theme defaults Part of rust-lang#66181
notriddle
added a commit
to notriddle/rust
that referenced
this issue
Apr 8, 2023
… r=GuillaumeGomez rustdoc: add test and bug fix for theme defaults Part of rust-lang#66181
Noratrieb
added a commit
to Noratrieb/rust
that referenced
this issue
Apr 8, 2023
… r=GuillaumeGomez rustdoc: add test and bug fix for theme defaults Part of rust-lang#66181
I think this issue can now be closed. For the mobile tests, I also think we added them where it was necessary. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-doctests
Area: Documentation tests, run by rustdoc
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
It is linked to #60033.
This is the tests we need to add (the list is non-exhaustive):
The text was updated successfully, but these errors were encountered: