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

[Android] Issue with Immersive mode image failing tests #129

Open
WMichael opened this issue Nov 1, 2022 · 2 comments
Open

[Android] Issue with Immersive mode image failing tests #129

WMichael opened this issue Nov 1, 2022 · 2 comments

Comments

@WMichael
Copy link

WMichael commented Nov 1, 2022

Hello 👋

When running the visual regression tests for Android locally and on the pipeline the app loads into immersive mode and shows the following message.
This is fine locally as I can just click on Got it and it won't show on any subsequent test runs but on the pipeline this isn't possible.
immersivemode

We have found a way of dismissing this message locally by running this adb command before taking the screenshot
exec('adb shell input text "mock\\ text"');
But when trying this on the pipeline, the latest screenshot shows the navigational buttons and top status bar as so.
Screenshot 2022-11-01 at 09 48 00

Is there a more effective way of dismissing that Android message?

@gksander
Copy link
Contributor

Hi @WMichael – thanks for reaching out! Are you at liberty to share some more details about what your CI pipeline setup looks like? We have some documentation on running Android in GitHub Actions – I'm curious how close your setup is to that outlined in the docs.

@wcandillon
Copy link

We're experiencing the same issue locally.
Regarding CI, we're running into the same issues thart the one logged ar #123

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

No branches or pull requests

3 participants