Skip to content

Conversation

@hoorayimhelping
Copy link
Contributor

Closes #5130

#4826 Changed NotFound.tsx from a class component to a function component, and in doing so, chaged what used to be an instance variable into a React ref. Unfortunately, it didn't update the check if org existed, and so the code that handles org not being present (in the case of logged-out users) never runs, causing OSS tests to fail and the feature to be broken for logged-out users.

Checklist

Authors and Reviewer(s), please verify the following:

  • A PR description, regardless of the triviality of this change, that communicates the value of this PR
  • Well-formatted conventional commit messages that provide context into the change
  • Documentation updated or issue created (provide link to issue/PR)
  • [ ] Signed CLA (if not already signed)
  • [ ] Feature flagged, if applicable

@hoorayimhelping hoorayimhelping requested a review from a team as a code owner July 27, 2022 15:26
@hoorayimhelping hoorayimhelping requested review from a team and ChitlangeSahas July 27, 2022 15:27
// so you'll probably need to follow-up with the docs and/or marketing teams.
it('should be redirected to the approprate page from a shortened link', () => {
cy.get('@org').then((org: Organization) => {
cy.wait(1000)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this wait was part of the feature flagging code, which waited after flipping the feature flag, but (erroneously) wasn't removed when the feature flag was removed

Copy link
Contributor

@wdoconnell wdoconnell left a comment

Choose a reason for hiding this comment

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

Yassss 🎉

@hoorayimhelping hoorayimhelping merged commit 5e19b76 into master Jul 27, 2022
@hoorayimhelping hoorayimhelping deleted the bucky_remove_deeplinking_test_wait branch July 27, 2022 15:42
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.

Flaky Test: UncaughtException in DeepLink code

3 participants