From 05d09b73815754b2e539f9913f0611283528680c Mon Sep 17 00:00:00 2001 From: cagache Date: Thu, 25 Mar 2021 16:41:15 +0200 Subject: [PATCH] update job name because there aren't ui holds tests anymore in community --- travis/.travis.tests-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/.travis.tests-stage.yml b/travis/.travis.tests-stage.yml index f5afdff84c..2828fb1329 100644 --- a/travis/.travis.tests-stage.yml +++ b/travis/.travis.tests-stage.yml @@ -130,7 +130,7 @@ jobs: - travis_wait 90 xvfb-run --server-args="-screen 0 1920x1080x24" mvn -B test -pl :alfresco-governance-services-automation-ui -Dskip.automationtests=false -DsuiteXmlFile=communitySmokeRMSite.xml -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS} - <<: *community_shared_UI_configuration - name: "Community Level 2: Disposition Schedules, Holds, Records UI Tests" + name: "Community Level 2: Disposition Schedules, Records UI Tests" script: - travis_wait 90 xvfb-run --server-args="-screen 0 1920x1080x24" mvn -B test -pl :alfresco-governance-services-automation-ui -Dskip.automationtests=false -DsuiteXmlFile=communityLevel2Tests.xml -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS}