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

fix: text is not found in BottomNavBar #326

Open
PrimeTimeTran opened this issue Aug 6, 2023 · 1 comment
Open

fix: text is not found in BottomNavBar #326

PrimeTimeTran opened this issue Aug 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@PrimeTimeTran
Copy link

Description

Expect text doesn't work for text that's clearly visible on the screen.

Steps To Reproduce

  1. Initialized fluttium
  2. Created flow
  3. Identified text I wanted to check is visible.
  4. See error

Expected Behavior

A clear and concise description of what you expected to happen.
I expected expectVisible: Investing to result in true here because it's a button in the bottom tab navbar.
nav

I expected expectVisible: open to result in true here because it's on the screen below the chart.
fails to find open

I expected expectVisible: "Your Market Value" to result in true here because it's also on the screen.
fails to find your market value

If applicable, add screenshots to help explain your problem.

Additional Context

At a high level, the nesting of widgets is main > GoRouter with a Drawer > BottomNavBar > Scaffold.

Could you guys create a guide for nested navigators or troubleshooting?

I would gladly add code snippets but there are many more widgets nested than above if I include providers, Material Router, ResponsiveLayout, etc so not sure if it's even relevant. From my understanding the framework has no context of code and is focused on what the user can see so I feel pretty confident I shouldn't be seeing this problem.

Thanks in advance~!

@PrimeTimeTran PrimeTimeTran added the bug Something isn't working label Aug 6, 2023
@wolfenrain
Copy link
Owner

I think this is related to #233 the navbar seems to ruin the Semantic lookup for Fluttium.

@wolfenrain wolfenrain changed the title fix: fix: text is not found in BottomNavBar Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants