Skip to content

Commit

Permalink
BACKLOG-23358 Set jahia server name for the site
Browse files Browse the repository at this point in the history
  • Loading branch information
AKarmanov committed Nov 8, 2024
1 parent 592cbd3 commit e82b145
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cypress/fixtures/jcontent/createSite.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ JahiaSitesService sitesService = JahiaSitesService.getInstance();
if (sitesService.getSiteByKey("SITEKEY") == null) {
JahiaSite site = sitesService.addSite(SiteCreationInfo.builder().
siteKey("SITEKEY").
serverName("localhost").
serverName("jahia").
title("SITEKEY").
templateSet("dx-base-demo-templates").
modulesToDeploy(new String[]{"event", "bootstrap3-components", "article"}).
serverName("jahia").
locale("en").build())
}

0 comments on commit e82b145

Please sign in to comment.