Skip to content

Commit

Permalink
test(wip): fix ci for web e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem committed Jul 17, 2024
1 parent 3613bba commit cf28a2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
--dart-define=ELN_URL=$TEST_INSTANCE_URL \
--driver=test_driver/integration_test.dart \
--target=integration_test/app_test.dart \
-d web-server --browser-name=chrome --web-browser-flag "--disable-web-security --headless" --headless
-d web-server --browser-name=chrome \
--web-browser-flag "--disable-web-security --headless --use-fake-ui-for-media-stream --use-fake-device-for-media-stream"
--headless
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf28a2f

Please sign in to comment.