Skip to content

Commit 388122c

Browse files
committed
todo link
1 parent 500b60d commit 388122c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

e2e-tests/playwright/e2e/github-discovery.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test.describe("Github Discovery Catalog", () => {
2929
});
3030
});
3131

32-
//TODO: skipping due to RHIDP-4992
32+
//TODO: https://issues.redhat.com/browse/RHIDP-4992
3333
test.fixme(
3434
`Discover Organization's Catalog`,
3535
async ({ catalogPage, githubApi, testOrganization }) => {

e2e-tests/playwright/e2e/google-signin-happy-path.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ test.describe("Google signin happy path", () => {
3232
await common.loginAsGuest();
3333
});
3434

35+
// TODO: https://issues.redhat.com/browse/RHDHBUGS-675
3536
test.fixme("Verify Google Sign in", async () => {
3637
await uiHelper.goToSettingsPage();
3738
await uiHelper.clickTab("Authentication Providers");

e2e-tests/playwright/e2e/plugins/gitlab/gitlab-discovery.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test.describe("gitlab discovery UI tests", () => {
2222
await uiHelper.openSidebar("Catalog");
2323
});
2424

25-
// TODO: RHDHBUGS-1977
25+
// TODO: https://issues.redhat.com/browse/RHDHBUGS-1977
2626
test.fixme(
2727
"GitLab integration for discovering catalog entities from GitLab",
2828
async () => {

0 commit comments

Comments
 (0)