You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had this happen earlier today, but for some reason, I can't find the logs in the actions that ran. Not sure if re-running the test caused the logs to get wiped.
Either way, there's an issue that sometimes triggers on SSHKeyPage.test.tsx. Here's a failing run
Here's what looks like the most important part:
Found multiple elements with the text: Error regenerating SSH key
From looking at the rest of the tests, it looks like there's a conflict between the error surfaced in the main part of the UI, and the little toast/snackbar UI we have for more global messages. Two things come to mind here:
Update the test to be more specific and always grab the correct element
Look into why the global snackbar only sometimes gets dismissed
Hoping to look into this either Thursday or Friday this week.
The text was updated successfully, but these errors were encountered:
The PR is done and approved – it's just that with the Storybook issues that suddenly started today, I want to make sure that pushing in the code won't break unrelated stories further
Had this happen earlier today, but for some reason, I can't find the logs in the actions that ran. Not sure if re-running the test caused the logs to get wiped.
Either way, there's an issue that sometimes triggers on
SSHKeyPage.test.tsx
. Here's a failing runHere's what looks like the most important part:
From looking at the rest of the tests, it looks like there's a conflict between the error surfaced in the main part of the UI, and the little toast/snackbar UI we have for more global messages. Two things come to mind here:
Hoping to look into this either Thursday or Friday this week.
The text was updated successfully, but these errors were encountered: