-
Notifications
You must be signed in to change notification settings - Fork 35
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
e2e(datahub): wait more precisely for favorite to be registered #847
Conversation
Before that the filtering on favorites was sometimes done too early
Affected libs:
|
📷 Screenshots are here! |
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.
Thanks, @jahow, looks like a promising solution!
@@ -1,6 +1,7 @@ | |||
<div class="flex flex-row items-center"> | |||
<span | |||
class="align-text-top mr-1.5 favorite-count" | |||
class="align-text-top mr-1.5" | |||
data-test="favorite-count" |
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.
We are already using data-cy
in other locations. Maybe it's worth to name it the same. Then again I see it's also used in the UTs, so I let you judge :-)
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.
exactly, it used in the UT so I gave priority to data-test
:)
Thanks for the quick review!! |
Before that the filtering on favorites was sometimes done too early