about summary refs log tree commit diff
path: root/tests/rustdoc-gui
AgeCommit message (Expand)AuthorLines
2024-08-06rustdoc-search: account for numeric disambiguators on implsMichael Howell-1/+40
2024-08-05Prevent clicking on a link or on a button to toggle the code example buttons ...Guillaume Gomez-0/+6
2024-08-05Update GUI tests for code example buttonsGuillaume Gomez-56/+71
2024-07-30Rollup merge of #128339 - GuillaumeGomez:click-code-example, r=notriddleMatthias Krüger-0/+21
2024-07-29Add rustdoc GUI test to check click on code examplesGuillaume Gomez-0/+21
2024-07-29rustdoc: properly handle path wrappingMichael Howell-1/+2
2024-07-29rustdoc: use `<wbr>`-tolerant function to check text contentsMichael Howell-33/+36
2024-07-28Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-teamGuillaume Gomez-4/+58
2024-07-27Add rustdoc GUI test to check title with and without searchGuillaume Gomez-0/+24
2024-07-22Add regression test for items list size (#128023)Guillaume Gomez-0/+31
2024-07-21Rollup merge of #128014 - GuillaumeGomez:stab-in-doc-blocks, r=notriddleJubilee-6/+15
2024-07-21Update `source-code-page-code-scroll.goml` GUI testGuillaume Gomez-2/+2
2024-07-21Add regression test for stab display in doc blocksGuillaume Gomez-4/+13
2024-07-19Add GUI test for trait bounds displayGuillaume Gomez-0/+41
2024-07-19Reduce width to ensure that the name is wider and thus still triggering the s...Guillaume Gomez-9/+13
2024-07-19Rollup merge of #127932 - notriddle:notriddle/current, r=GuillaumeGomezMatthias Krüger-0/+4
2024-07-18rustdoc: fix `current` class on sidebar modnavMichael Howell-0/+4
2024-07-18Add test for size of items in the items listGuillaume Gomez-1/+6
2024-07-18Unify UI between code block buttons and top buttonsGuillaume Gomez-2/+2
2024-07-18Make "copy code" button the same size as the "copy path" buttonGuillaume Gomez-2/+8
2024-07-18Add rustdoc GUI test for new copy code featureGuillaume Gomez-0/+48
2024-07-16rustdoc: add test cases for mile wide barMichael Howell-0/+16
2024-07-15rustdoc: make sidebar highlight cover whole click targetMichael Howell-2/+2
2024-07-15Add tests for new toggle on deref blocksGuillaume Gomez-0/+40
2024-07-01rustdoc: click target for sidebar items flush leftMichael Howell-1/+2
2024-06-29Don't call `switch-theme` functionGuillaume Gomez-2/+3
2024-06-29Add back `help-page.goml` rustdoc GUI testGuillaume Gomez-0/+69
2024-06-27Update browser-ui-test version to `0.18.0`Guillaume Gomez-2/+6
2024-06-14Remove failing GUI test to stop blocking CI until it is fixedGuillaume Gomez-69/+0
2024-05-07Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomezMatthias Krüger-2/+2
2024-05-05Add GUI regression test for setting's cog colorGuillaume Gomez-1/+31
2024-05-05Fix bad color for setting cog in ayu themeGuillaume Gomez-0/+1
2024-05-05rustdoc: dedup search form HTMLMichael Howell-2/+2
2024-04-23Rollup merge of #124197 - GuillaumeGomez:move-duplicated-code, r=notriddleMatthias Krüger-119/+89
2024-04-20Move duplicated code in functions in `tests/rustdoc-gui/notable-trait.goml`Guillaume Gomez-119/+89
2024-04-17Add GUI test for copy path buttonGuillaume Gomez-0/+15
2024-04-09rustdoc: update test casesMichael Howell-4/+4
2024-04-08Make theme switching closer to realityGuillaume Gomez-20/+34
2024-04-06Move `check-container-color`'s code into `check-search-color` functionGuillaume Gomez-31/+19
2024-04-06Move duplicated code into `check-search-color` functionGuillaume Gomez-218/+98
2024-04-06Move more common code into a function in `tests/rustdoc-gui/search-result-col...Guillaume Gomez-30/+44
2024-04-06Move `search-result-color.goml` common parts into a functionGuillaume Gomez-69/+52
2024-04-05Use `include` command to reduce code duplicationGuillaume Gomez-150/+112
2024-04-04Add regression test to ensure that even if JS is enabled but not working, a t...Guillaume Gomez-0/+9
2024-04-03Add GUI test to ensure there is always a theme applied if JS is disabledGuillaume Gomez-0/+5
2024-04-02Remove redundant code commentsGuillaume Gomez-72/+72
2024-04-01Update to new browser-ui-test versionGuillaume Gomez-248/+266
2024-03-27chore: fix some commentsxiaoxiangxianzi-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-4/+4
2024-01-31Add regression test for #120471 to ensure that long crate name are handled as...Guillaume Gomez-2/+24