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(tabs): re-enable skipped tests #29813

Merged
merged 5 commits into from
Aug 29, 2024
Merged

test(tabs): re-enable skipped tests #29813

merged 5 commits into from
Aug 29, 2024

Conversation

thetaPC
Copy link
Contributor

@thetaPC thetaPC commented Aug 28, 2024

Issue number: internal


What is the current behavior?

On initial load, none of the tab buttons are selected when using Vue. When using the router outlet, the tab button selection should be based on the href. If tabs is not using the outlet then it should select the first tab. This logic isn't being applied.

What is the new behavior?

  • The selections weren't happening due to the lifecycle. Moved defineCustomElement to mounted.
  • Enabled the skipped tests.

Does this introduce a breaking change?

  • Yes
  • No

Other information

Dev build: 8.2.8-dev.11724945177.18c59712

Copy link

vercel bot commented Aug 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2024 9:20pm

@thetaPC thetaPC marked this pull request as ready for review August 29, 2024 15:15
@thetaPC thetaPC requested a review from a team as a code owner August 29, 2024 15:15
@thetaPC thetaPC requested a review from gnbm August 29, 2024 15:15
@thetaPC thetaPC merged commit bc973e7 into feature-8.3 Aug 29, 2024
46 checks passed
@thetaPC thetaPC deleted the ROU-11114 branch August 29, 2024 21:44
rugoncalves pushed a commit that referenced this pull request Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: vue @ionic/vue package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants