Skip to content

Commit a7e7ceb

Browse files
Fix Project init with steps
1 parent ad423a3 commit a7e7ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/helpers/project.helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export class ProjectHelper {
5555
await this.assigneProjectPermissions(this.project, permissions)
5656
}
5757
if (steps) {
58+
this.project.steps = 1;
5859
await this.adminAPI.updateProject(this.project);
5960
}
6061

0 commit comments

Comments
 (0)