diff --git a/catalyst_voices/apps/voices/integration_test/Earthfile b/catalyst_voices/apps/voices/integration_test/Earthfile index 84470172b61..54a6aff5c2e 100644 --- a/catalyst_voices/apps/voices/integration_test/Earthfile +++ b/catalyst_voices/apps/voices/integration_test/Earthfile @@ -27,7 +27,7 @@ integration-test-web: RUN ($driver --port=$driver_port > $driver.log &) && \ sleep 5 && \ flutter drive --driver=test_driver/integration_tests.dart \ - --target=integration_test/app_test.dart \ + --target=integration_test/all_test.dart \ -d web-server --browser-name=$browser --driver-port=$driver_port \ # https://github.com/flutter/flutter/issues/154727 --web-browser-flag=--disable-web-security \ @@ -49,7 +49,6 @@ integration-test-web: # TODO(dtscalac): disabled integration tests due to them being flaky, # reenable when enable-threads.js workaround is removed # and https://github.com/fzyzcjy/flutter_rust_bridge/issues/2407 closed -disabled-test-web-all: +test-web-all: BUILD +integration-test-web \ - --browser=chrome \ - --browser=firefox + --browser=chrome