fix spec issue
This commit is contained in:
parent
c566244ae7
commit
8f746367dc
@ -107,7 +107,7 @@ public class PlanSpec {
|
||||
|
||||
public Plan createCypressTestPlan() {
|
||||
|
||||
return new Plan(project(), "redaction-ui-tests", new BambooKey("UI-TESTS"))
|
||||
return new Plan(project(), "redaction-ui-tests", new BambooKey("UITESTS"))
|
||||
.description("Cypress UI tests for redaction-ui.")
|
||||
.stages(new Stage("UI Test Stage").jobs(createCypressJob()))
|
||||
.linkedRepositories("RED / ui").triggers(new BitbucketServerTrigger()).planBranchManagement(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user