-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat(HMS-1772): Allow selecting custom resource group #346
Conversation
const queryClient = new QueryClient({ | ||
logger: { | ||
log: console.log, | ||
warn: console.warn, | ||
// ✅ no more errors on the console | ||
error: () => {}, | ||
}, | ||
defaultOptions: { | ||
queries: { | ||
retry: queryRetries, |
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 is good practice in tests to have easier time to test for failures.
ac8e7ce
to
7df98f6
Compare
Nice. |
Ah, this would require wizard changes in QE tests since we have a new dropdown. |
/retest |
1 similar comment
/retest |
@ezr-ondrej Can please you rebase this? Thanks! |
7df98f6
to
5eb2d8b
Compare
rebased! :) I think that only now we will run the Azure tests, right? |
I'll go ahead and self merge, I promise to fix any issues that may arrise, but at least now we've tested this with Azure tests on :) |
Screencast.from.2023-10-05.20-27-33.webm
Simple and straightforward I hope :)
UI part for RHEnVision/provisioning-backend#694
Update your backend env or test with stage! :)