We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad423a3 commit a7e7cebCopy full SHA for a7e7ceb
e2e/helpers/project.helper.ts
@@ -55,6 +55,7 @@ export class ProjectHelper {
55
await this.assigneProjectPermissions(this.project, permissions)
56
}
57
if (steps) {
58
+ this.project.steps = 1;
59
await this.adminAPI.updateProject(this.project);
60
61
0 commit comments