diff --git a/.drone.yml b/.drone.yml index 79bf062f..fce2a7e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,7 +73,7 @@ steps: - export PATH=$PATH:$PWD/linux/Tor - export LD_LIBRARY_PATH="$PWD/linux/Tor/" - tor --version - - ./run-tests-headless.sh + - ./run-tests-headless.sh 02_save_load - name: test-build-android image: cirrusci/flutter:3.3.8 diff --git a/integration_test/features/01_general/02_save_load.feature b/integration_test/features/01_general/02_save_load.feature index 60eb2e41..7c372355 100644 --- a/integration_test/features/01_general/02_save_load.feature +++ b/integration_test/features/01_general/02_save_load.feature @@ -16,9 +16,7 @@ Feature: Settings pane opens and can save settings persistently And I tap the widget that contains the text "Enable Experiments" Then I wait until the text 'Enable Group Chat' is present And I tap the widget that contains the text "Enable Group Chat" - And I wait for 2 seconds And I tap the widget that contains the text "Hosting Servers" - And I wait for 2 seconds And I tap the widget that contains the text "File Sharing" Then I wait until the text 'Image Previews and Profile Pictures' is present And I tap the widget that contains the text "Image Previews and Profile Pictures" diff --git a/pubspec.lock b/pubspec.lock index ceb6db92..13325134 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -254,7 +254,7 @@ packages: description: path: "." ref: main - resolved-ref: "46b9efda9fa85f33429e59c1dd2539f27ffd7888" + resolved-ref: "9b817676e4ad623a875accaa26097669a9bd2c7c" url: "https://git.openprivacy.ca/openprivacy/flutter_gherkin" source: git version: "3.0.0-rc.17" diff --git a/run-tests-headless.sh b/run-tests-headless.sh index ddb3a6bf..e91c0cc1 100755 --- a/run-tests-headless.sh +++ b/run-tests-headless.sh @@ -3,4 +3,4 @@ flutter --version flutter pub get export DISPLAY=:99 Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & -./run-tests.sh 01_general +./run-tests.sh $1