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

RBAC E2E Tests #1241

Merged
merged 11 commits into from
Jun 19, 2024
Merged

RBAC E2E Tests #1241

merged 11 commits into from
Jun 19, 2024

Conversation

bojand
Copy link
Member

@bojand bojand commented Apr 30, 2024

This attempts to add RBAC E2E tests originally from feature/rbac-e2e-tests branch that depend on enterprise backend.

There is 1 failing test, the user regex search test, and I am not sure why it is failing... It almost looks like a legitimate failure, but I could have done something wrong.

// const errorOKButton = page.getByTestId('login-error__ok-button')
// if(errorOKButton) {
// await errorOKButton.click()
// }
Copy link
Member Author

Choose a reason for hiding this comment

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

for some reason this always seems to fail for me?

@bojand bojand merged commit 1a75e56 into master Jun 19, 2024
6 checks passed
@bojand bojand deleted the frontend/oss_e2e_tests branch June 19, 2024 17:46
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.

None yet

3 participants