Skip to content

Conversation

@lovincyrus
Copy link
Contributor

@lovincyrus lovincyrus commented Nov 24, 2025

Got a green light from another PR with the same changeset d3a10e0

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!
@lovincyrus lovincyrus self-assigned this Nov 24, 2025
@lovincyrus lovincyrus marked this pull request as ready for review November 24, 2025 19:53
@lovincyrus lovincyrus mentioned this pull request Nov 24, 2025
8 tasks
Comment on lines 38 to 44
await expect(page).toHaveURL(/.*\/files\/connectors\/.*\.yaml/, {
timeout: 60000,
});
const codeEditor = page
.getByLabel("codemirror editor")
.getByRole("textbox");
await expect(codeEditor).toBeVisible({ timeout: 45000 });
await expect(page).toHaveURL(/.*\/files\/connectors\/.*\.yaml/, {
timeout: 45000,
});
await expect(codeEditor).toBeVisible({ timeout: 60000 });
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to lower these timeouts from 60s. In the success case, it shouldn't take 60s for these elements to appear. In the failure case, this'll really lengthen the test time. How about 3-5 seconds?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lovincyrus lovincyrus merged commit 1419318 into main Nov 25, 2025
11 checks passed
@lovincyrus lovincyrus deleted the cyrus/save-anyway-e2e-fix-1 branch November 25, 2025 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants