Skip to content

Commit

Permalink
BACKLOG-23358 Set 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 53a52ee commit 592cbd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress/fixtures/jcontent/createSite.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if (sitesService.getSiteByKey("SITEKEY") == null) {
title("SITEKEY").
templateSet("dx-base-demo-templates").
modulesToDeploy(new String[]{"event", "bootstrap3-components", "article"}).
serverName("jahia").
locale("en").build())
}

0 comments on commit 592cbd3

Please sign in to comment.