-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Conversation
Build Results: |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CI Results: |
@@ -48,23 +48,25 @@ | |||
</div> | |||
|
|||
{{#if (or (not this.model.requestEntity) this.currentUserIsRequesting)}} | |||
<div class="message is-highlight" data-test-accessor-callout> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<code class="is-word-break" data-test-accessor-value>{{this.model.id}}</code> | ||
</div> | ||
</div> | ||
<Hds::Alert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -32,13 +25,6 @@ module('Integration | Component | control group success', function (hooks) { | |||
requestEntity: { id: 'requestor', name: 'entity8509' }, | |||
reload: sinon.stub(), | |||
}; | |||
setRunOptions({ |
There was a problem hiding this comment.
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({ |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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..)
Description
Hds::Alert
in control group component to make component a11y compliantTODO only if you're a HashiCorp employee
backport/
label that matches the desired release branch. Note that in the CE repo, the latest release branch will look likebackport/x.x.x
, but older release branches will bebackport/ent/x.x.x+ent
.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.
in the PR description, commit message, or branch name.
description. Also, make sure the changelog is in this PR, not in your ENT PR.
PCI review checklist
Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.