New issue
Advanced search Search tips

Issue 828078 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Apr 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

[Franky][WebView] Need to have a better way to skip/bypass certain steps and go for the next step in test execution

Project Member Reported by satyavat...@chromium.org, Apr 2 2018

Issue description

Scenario 1:

1. Open facebook
2. Check login screens appears

Issue:
Some devices like L/M ver, language selection screen displays (not always). Other device it never appears

Scenarios 2:
1. Click on any link with an email app like Gmail
2. App intent pops up to select 'open with'

Issue:
If app intent selected and stored in defaults, consecutive test run fails, since it is looking for intent dialog 

So, we need a way to check if something not appears, need to skip that step, but not to fail it & move onto next step in the test execution.
  

 
Status: Fixed (was: Assigned)
TapIfPresent should work for this? Would another step like "skip X steps if True" help?
Labels: -android-franky franky-android
Status: Verified (was: Fixed)
tapiIfpresnet works, so marking as verified.

Sign in to add a comment