Skip to content

Commit

Permalink
Signed-off-by: Karishma Punwatkar <[email protected]>
Browse files Browse the repository at this point in the history
	modified:   cypress/e2e/tests/administration/credentials/sourcecontrol_crud.test.ts
  • Loading branch information
kpunwatk committed Nov 22, 2024
1 parent 1979bee commit 1917ac1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,11 @@ describe(["@tier2"], "Validation of Source Control Credentials", () => {
scCredsKey.delete(toBeCanceled);
});

after("Cleaning up", () => {
it("Deleting source control credentials with username/password", () => {
scCredsUsername.delete();
});

it("Deleting source control credentials with source private key", () => {
scCredsKey.delete();
});
});

0 comments on commit 1917ac1

Please sign in to comment.