diff --git a/tests/emulator/bootstrap_channels.py b/tests/emulator/bootstrap_channels.py index d454818..d108fd2 100644 --- a/tests/emulator/bootstrap_channels.py +++ b/tests/emulator/bootstrap_channels.py @@ -9,6 +9,7 @@ def run(d): nod.launch() wait_for(d, 'Bootstrap zipball location') + screenshot(d, 'initial') d.ui(className='android.widget.EditText').set_text(BOOTSTRAP_URL) screenshot(d, 'entered-url') for i in range(2): diff --git a/tests/emulator/bootstrap_flakes.py b/tests/emulator/bootstrap_flakes.py index c1c157f..505de74 100644 --- a/tests/emulator/bootstrap_flakes.py +++ b/tests/emulator/bootstrap_flakes.py @@ -9,6 +9,7 @@ def run(d): nod.launch() wait_for(d, 'Bootstrap zipball location') + screenshot(d, 'initial') d.ui(className='android.widget.EditText').set_text(BOOTSTRAP_URL) screenshot(d, 'entered-url') for i in range(2):