Skip to content
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

[secrets sync] remove incorrect dom assertion #26131

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

andaley
Copy link
Contributor

@andaley andaley commented Mar 22, 2024

Removes a test failure caused by an incorrect assertion.

@hellobontempo and I paired on this and we believe the error is occurring because client activity data is generated as the test suite runs other acceptance tests. This correctly caused the <UsageStats /> component not to render (since there was activity data).

Next up we should rewrite the test to stub the activity response to return 0 clients. That way we're ensuring that we can consistently predict the Vault cluster's client activity.

@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Mar 22, 2024
@andaley andaley added this to the 1.16.0 milestone Mar 22, 2024
@andaley andaley changed the title tests: remove incorrect dom assertion [secrets sync] remove incorrect dom assertion Mar 22, 2024
Copy link

Build Results:
All builds succeeded! ✅

Copy link

CI Results:
All Go tests succeeded! ✅

@andaley andaley merged commit 792eb3b into main Mar 23, 2024
36 of 42 checks passed
@andaley andaley deleted the ui/hotfix-client-counts-overview-test branch March 23, 2024 00:42
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 ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants