Skip to content

Conversation

@sspanchenko
Copy link
Collaborator

@sspanchenko sspanchenko commented Nov 20, 2025

What Is This Change?

We got rid of the dismiss button. Depending on the error, we offer the user either retry or sign in.

image image

How Has This Been Tested?

Basic checks:

  • npm run lint
  • npm run test

Advanced checks:

  • If Atlassian employee & Bitbucket changes: did you test with DC in mind? See Instructions

Recommendations:

  • Update the CHANGELOG if making a user facing change

@sspanchenko sspanchenko self-assigned this Nov 20, 2025
@sspanchenko sspanchenko force-pushed the AXON-1363-improve-the-ui-create-jira-issue branch from b9fd02f to 3f8d55f Compare November 20, 2025 15:28
/>,
);

expect(container.textContent).toContain('Retry');
Copy link
Contributor

Choose a reason for hiding this comment

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

🔎 Testing

The test uses container.textContent instead of more specific queries, making assertions fragile.

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.

3 participants