Skip to content
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

test(radio): skip Safari on legacy tab key tests #28387

Merged
merged 2 commits into from
Oct 23, 2023
Merged

test(radio): skip Safari on legacy tab key tests #28387

merged 2 commits into from
Oct 23, 2023

Conversation

thetaPC
Copy link
Contributor

@thetaPC thetaPC commented Oct 19, 2023

Issue number: internal


What is the current behavior?

Legacy radio has tests that use Tab key presses. These tend to flake at unknown moments and were skipped until a fix can be implemented.

What is the new behavior?

Unable to replicate the flakiness locally or on GitHub. However, it only fails on Safari so the tests were re-enabled except for Safari.

Does this introduce a breaking change?

  • Yes
  • No

Other information

This only happens on legacy. The legacy form controls will also be removed in the future. Due to this, these tests will be removed anyways at that time.

@github-actions github-actions bot added the package: core @ionic/core package label Oct 19, 2023
@thetaPC thetaPC changed the title fix(radio): tabbing test(radio): skip Safari on legacy tab key tests Oct 20, 2023
@thetaPC thetaPC marked this pull request as ready for review October 20, 2023 21:22
@thetaPC thetaPC added this pull request to the merge queue Oct 23, 2023
Merged via the queue into main with commit 7ecd41f Oct 23, 2023
45 checks passed
@thetaPC thetaPC deleted the FW-5218 branch October 23, 2023 17:52
sean-perkins pushed a commit that referenced this pull request Oct 27, 2023
Issue number: internal

---------

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->

Legacy radio has tests that use `Tab` key presses. These tend to flake
at unknown moments and were skipped until a fix can be implemented.

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->

Unable to replicate the flakiness locally or on GitHub. However, it only
fails on Safari so the tests were re-enabled except for Safari.

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

<!-- If this introduces a breaking change, please describe the impact
and migration path for existing applications below. -->


## Other information

<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->

This only happens on legacy. The legacy form controls will also be
removed in the future. Due to this, these tests will be removed anyways
at that time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants