Skip to content

UI: Stablize control group tests #31390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 30, 2025
Merged

Conversation

hellobontempo
Copy link
Contributor

@hellobontempo hellobontempo commented Jul 29, 2025

Description

  • use Hds::Alert in control group component to make component a11y compliant
  • unskip control group tests
  • update test selectors, delete use of ember-cli-page-object

TODO only if you're a HashiCorp employee

  • Backport Labels: If this fix needs to be backported, use the appropriate backport/ label that matches the desired release branch. Note that in the CE repo, the latest release branch will look like backport/x.x.x, but older release branches will be backport/ent/x.x.x+ent.
    • LTS: If this fixes a critical security vulnerability or severity 1 bug, it will also need to be backported to the current LTS versions of Vault. To ensure this, use all available enterprise labels.
  • ENT Breakage: If this PR either 1) removes a public function OR 2) changes the signature
    of a public function, even if that change is in a CE file, double check that
    applying the patch for this PR to the ENT repo and running tests doesn't
    break any tests. Sometimes ENT only tests rely on public functions in CE
    files.
  • Jira: If this change has an associated Jira, it's referenced either
    in the PR description, commit message, or branch name.
  • RFC: If this change has an associated RFC, please link it in the description.
  • ENT PR: If this change has an associated ENT PR, please link it in the
    description. Also, make sure the changelog is in this PR, not in your ENT PR.

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.
  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
  • If applicable, I've documented the impact of any changes to security controls.

Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

@hellobontempo hellobontempo requested a review from a team as a code owner July 29, 2025 19:56
@hellobontempo hellobontempo added this to the 1.21.0-rc1 milestone Jul 29, 2025
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Jul 29, 2025
Copy link

github-actions bot commented Jul 29, 2025

Build Results:
All builds succeeded! ✅

Copy link

vercel bot commented Jul 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vault-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 29, 2025 8:10pm

Copy link

github-actions bot commented Jul 29, 2025

CI Results:
All Go tests succeeded! ✅

@@ -48,23 +48,25 @@
</div>

{{#if (or (not this.model.requestEntity) this.currentUserIsRequesting)}}
<div class="message is-highlight" data-test-accessor-callout>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

slowly working to remove the message css class
Screenshot 2025-07-29 at 1 05 57 PM

<code class="is-word-break" data-test-accessor-value>{{this.model.id}}</code>
</div>
</div>
<Hds::Alert
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot 2025-07-29 at 1 05 47 PM

@@ -32,13 +25,6 @@ module('Integration | Component | control group success', function (hooks) {
requestEntity: { id: 'requestor', name: 'entity8509' },
reload: sinon.stub(),
};
setRunOptions({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these overrides are no longer necessary! a11y tests pass without it 🎉


module('Acceptance | Enterprise | control groups', function (hooks) {
setupApplicationTest(hooks);

hooks.beforeEach(function () {
setRunOptions({
Copy link
Contributor Author

@hellobontempo hellobontempo Jul 29, 2025

Choose a reason for hiding this comment

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

this override is no longer necessary! a11y tests pass without it 🎉

}
};

skip('it allows the full flow to work without a saved token', async function (assert) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ran these in a for loop to confirm they are not going to be flaky (or at lest try to confirm they won't be..)

@hellobontempo
Copy link
Contributor Author

hellobontempo commented Jul 29, 2025

✅ enterprise tests pass
Screenshot 2025-07-29 at 1 20 34 PM

@hellobontempo hellobontempo merged commit 3a37fe4 into main Jul 30, 2025
34 checks passed
@hellobontempo hellobontempo deleted the stablize-control-group-tests branch July 30, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed pr/no-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants