Skip to content

Commit

Permalink
Removed bug number from migrator's title, added to architect's a new …
Browse files Browse the repository at this point in the history
…one (#886)

Signed-off-by: Igor Braginsky <[email protected]>
  • Loading branch information
ibragins authored Dec 14, 2023
1 parent c3b90aa commit 9089132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/rbac/architect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe(["@tier2", "@rhsso"], "Architect RBAC operations", function () {
Analysis.validateAnalyzeButton(this.rbacRules);
});

it("Architect, validate content of application kebab menu", function () {
it("BUG MTA-1903 - Architect, validate content of application kebab menu", function () {
application.validateAppContextMenu(this.rbacRules);
});

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/tests/rbac/migrator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe(["@tier2", "@rhsso"], "1 Bug: Migrator RBAC operations", () => {
Analysis.validateAnalyzeButton(this.rbacRules);
});

it("BUG MTA-1640 - Migrator, validate content of application kebab menu", function () {
it("Migrator, validate content of application kebab menu", function () {
application.validateAppContextMenu(this.rbacRules);
});

Expand Down
2 changes: 1 addition & 1 deletion cypress/fixtures/rbac.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Delete": false,
"Manage dependencies": true,
"Manage credentials": false,
"Analysis details": true
"Analysis details": false
}
}
}

0 comments on commit 9089132

Please sign in to comment.