Skip to content

Conversation

odockal
Copy link
Contributor

@odockal odockal commented Apr 29, 2025

Fixes #759

@odockal odockal requested a review from a team as a code owner April 29, 2025 08:58
@odockal odockal requested review from benoitf, dgolovin and feloy April 29, 2025 08:58
@odockal odockal force-pushed the issue-759 branch 3 times, most recently from 5b889eb to 94e1e84 Compare April 29, 2025 13:25
await playExpect(buttonRHAccount).toBeVisible({ timeout: 5000 });
await buttonRHAccount.click();
} catch (error: unknown) {
console.log(`Error: ${error}, while evaluating Log in with RH acc. button, continue...`);
Copy link
Member

Choose a reason for hiding this comment

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

We are swallowing the error is that one purpose ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I do not know what button gonna be there and why. If you inserts your username and click next, you are either going directly to password input or, you got to choose from if to use red hat account or sso, then password. There is no other reliable construct how to do it without try catch...

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
@odockal odockal marked this pull request as draft May 5, 2025 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants