Skip to content

Allow to use the click command on an option in a select - #759

Merged
GuillaumeGomez merged 1 commit into
mainfrom
click-option
Aug 15, 2026
Merged

Allow to use the click command on an option in a select#759
GuillaumeGomez merged 1 commit into
mainfrom
click-option

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Owner

No description provided.

@GuillaumeGomez
GuillaumeGomez merged commit 0334db4 into main Aug 15, 2026
2 checks passed
@GuillaumeGomez
GuillaumeGomez deleted the click-option branch August 15, 2026 21:53
@GuillaumeGomez GuillaumeGomez changed the title Only to use the click command on an option in a select Allow to use the click command on an option in a select Aug 15, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 16, 2026
…r=Urgau

[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of rust-lang#152197

You can see the original code of this test in rust-lang#152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 16, 2026
…r=Urgau

[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of rust-lang#152197

You can see the original code of this test in rust-lang#152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Aug 16, 2026
…r=Urgau

[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of rust-lang#152197

You can see the original code of this test in rust-lang#152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 16, 2026
…r=Urgau

[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of rust-lang#152197

You can see the original code of this test in rust-lang#152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 16, 2026
…r=Urgau

[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of rust-lang#152197

You can see the original code of this test in rust-lang#152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 16, 2026
…r=Urgau

[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of rust-lang#152197

You can see the original code of this test in rust-lang#152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 16, 2026
…r=Urgau

[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of rust-lang#152197

You can see the original code of this test in rust-lang#152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
rust-bors Bot pushed a commit to rust-lang/rust that referenced this pull request Aug 17, 2026
Rollup merge of #161148 - GuillaumeGomez:put-back-gui-test, r=Urgau

[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of #152197

You can see the original code of this test in #152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
RalfJung pushed a commit to RalfJung/miri that referenced this pull request Aug 17, 2026
[rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore)

Part of rust-lang/rust#152197

You can see the original code of this test in rust-lang/rust#152194 (where it was removed).

The `browser-ui-test` update comes from GuillaumeGomez/browser-UI-test#759. We can now use the `click` command to click on an `option` inside a `select` (surprisingly enough, it needs to be special-cased in puppeteer...).

That update allowed me to replace all the `press-key` with one `click`. Starting from this change, I couldn't reproduce the failure, so hopefully it's gone.

cc @notriddle @JonathanBrouwer

r? @Urgau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant