From c07b2fcf38aaec195e2b5c307e2dafc6947d6d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 8 Jul 2021 12:21:47 +0200 Subject: [PATCH] [Travis] Adjusted suite to the new approach --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7fa60123..2fdd39b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: - APP_ENV=behat - APP_DEBUG=1 - COMPOSE_FILE="doc/docker/base-dev.yml:doc/docker/selenium.yml" - - BEHAT_OPTS="--profile=adminui --suite=adminui --tags=@systemInformation -c=behat_ibexa_oss.yaml" + - BEHAT_OPTS="--profile=browser --suite=admin-ui --tags=@systemInformation -c=behat_ibexa_oss.yaml" - PROJECT_VERSION=^3.3.x-dev # test only on matching branches (+ Pull requests)