diff --git a/tests/selenium/runall.sh b/tests/selenium/runall.sh index 5c5f48cf3b..e2645a5ed0 100644 --- a/tests/selenium/runall.sh +++ b/tests/selenium/runall.sh @@ -6,7 +6,7 @@ rm -rf __pycache__/ #for suite in login.py folder_list.py pages.py profiles.py settings.py servers.py send.py inline_msg.py search.py keyboard_shortcuts.py #for suite in login.py folder_list.py pages.py profiles.py settings.py servers.py send.py inline_msg.py search.py # for suite in login.py folder_list.py pages.py servers.py settings.py send.py inline_msg.py search.py tags.py -for suite in login.py folder_list.py pages.py servers.py profiles.py send.py search.py +for suite in inline_msg.py # for suite in pages.py servers.py settings.py send.py inline_msg.py search.py do export TEST_SUITE="$suite"