Skip to content

Conversation

@Cerchie
Copy link
Contributor

@Cerchie Cerchie commented Nov 24, 2025

Summary of Changes

Click-testing instructions

Optional: Any additional details or context that should be provided?

Pull request checklist

Please check if your PR fulfills the following (if applicable):

Tests

  • Added new
  • Updated existing
  • Deleted existing

Release notes

  • Does anything in this PR need to be mentioned in the user-facing CHANGELOG?

// Clean up: delete the uploaded artifact using the correct name
await artifactsView.deleteFlinkArtifact(uploadedArtifactName);
await artifactsView.clickSelectKafkaClusterAsFlinkDatabase();
await page.keyboard.type("azure");
Copy link
Contributor Author

@Cerchie Cerchie Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't associate compute pools with clusters even under the same env, we should match on provider/region. But how can we be sure there's even a match if we're looking dynamically?

Also we can't search for cluster via cluster label (has to be the name) so we're stuck if we go down that route.

I think a dedicated test env, or maybe even org, could start helping out a lot.

const uploadedArtifactName = await artifactsView.uploadFlinkArtifact(electronApp, artifactPath);

await expect(artifactsView.artifacts.filter({ hasText: uploadedArtifactName })).toHaveCount(1);
const entrypoints = [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some refactoring for readability on the way here

@Cerchie Cerchie changed the title Cerchie/add dimensions Artifact e2e: refactor and add dimension Nov 24, 2025
@Cerchie Cerchie changed the title Artifact e2e: refactor and add dimension 🚫 blocked: Artifact e2e - refactor and add dimension Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants