From 47388a14a6dac92c4220c41ae4218f310fb42ac9 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sun, 16 Jun 2024 09:50:22 +0200 Subject: [PATCH] fixup! .github/workflows: revamp for extra parallelism --- tests/emulator/bootstrap_channels.py | 1 + tests/emulator/bootstrap_flakes.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/emulator/bootstrap_channels.py b/tests/emulator/bootstrap_channels.py index d4548188..d108fd21 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 c1c157f2..505de741 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):