From 7b1e1b83b58d6281f91e30903b20a8fddc1b5714 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 22 Jan 2021 15:05:02 +0100 Subject: [PATCH] docs/tests: animations need to be disabled in ui tests --- docs/tests/ui-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tests/ui-tests.md b/docs/tests/ui-tests.md index 56162f654..658ba665c 100644 --- a/docs/tests/ui-tests.md +++ b/docs/tests/ui-tests.md @@ -25,9 +25,9 @@ environment: poetry shell ``` -If you want to test against the emulator, run it in a separate terminal: +If you want to test against the emulator, run it with disabled animation in a separate terminal: ```sh -./core/emu.py +./core/emu.py -a ``` Now you can run the test suite with `pytest` from the root directory: