fix spec issue
This commit is contained in:
parent
8f746367dc
commit
9c02b882b0
@ -107,7 +107,7 @@ public class PlanSpec {
|
||||
|
||||
public Plan createCypressTestPlan() {
|
||||
|
||||
return new Plan(project(), "redaction-ui-tests", new BambooKey("UITESTS"))
|
||||
return new Plan(project(), "redaction-ui-cypress-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