adding debug

This commit is contained in:
Sarah Jamie Lewis 2023-01-31 20:26:33 -08:00
parent 1194aa8a9e
commit 3bb31d5c0c
4 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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