Skip to content

Commit 3373161

Browse files
feat(e2e): handle code review feedback
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
1 parent 3de1e95 commit 3373161

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

workspaces/bulk-import/e2e-tests/tests/specs/bulk-import.spec.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ test.describe("Bulk import tests", () => {
1919
};
2020

2121
test.beforeAll(async ({ rhdh }) => {
22-
test.info().annotations.push({
23-
type: "component",
24-
description: "plugins",
25-
});
26-
2722
await rhdh.configure({ auth: "keycloak" });
2823

29-
const orchestratorNamespace = "orchestrator";
30-
await installOrchestrator(orchestratorNamespace);
31-
await $`bash tests/scripts/install-workflow.sh ${orchestratorNamespace}`;
24+
await test.runOnce("install-orchestrator-and-test-workflow", async () => {
25+
const orchestratorNamespace = "orchestrator";
26+
await installOrchestrator(orchestratorNamespace);
27+
await $`bash tests/scripts/install-workflow.sh ${orchestratorNamespace}`;
28+
});
3229

3330
await rhdh.deploy({
3431
timeout: 20 * 60 * 1000, // 20 min

0 commit comments

Comments
 (0)