Skip to content

Commit

Permalink
fix catalog scaffolded test (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashkhileri authored Dec 6, 2024
1 parent d3c2916 commit ca5d117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/playwright/e2e/catalog-scaffolded-from-link.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import { GITHUB_API_ENDPOINTS } from "../utils/api-endpoints";
let page: Page;

// TODO: replace skip with serial
test.describe.skip("Link Scaffolded Templates to Catalog Items", () => {
test.describe.serial("Link Scaffolded Templates to Catalog Items", () => {
let uiHelper: UIhelper;
let common: Common;
let catalogImport: CatalogImport;

const template =
"https://github.com/backstage/community-plugins/blob/main/workspaces/scaffolder-backend-module-annotator/plugins/scaffolder-backend-module-annotator/examples/templates/01-scaffolder-template.yaml";
"https://github.com/janus-qe/01-scaffolder-template/blob/main/01-scaffolder-template.yaml";

const reactAppDetails = {
owner: "janus-qe/maintainers",
Expand Down

0 comments on commit ca5d117

Please sign in to comment.