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

Add basic ML HoC UI test [ci skip] #32114

Merged
merged 4 commits into from Nov 24, 2019
Merged

Add basic ML HoC UI test [ci skip] #32114

merged 4 commits into from Nov 24, 2019

Conversation

uponthesun
Copy link

No description provided.

Copy link
Member

@breville breville left a comment

Choose a reason for hiding this comment

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

Nice!

@uponthesun uponthesun changed the title Add basic ML HoC UI test Add basic ML HoC UI test [ci skip] Nov 23, 2019
step_list = []
times.to_i.times do
step_list.push("Then I click selector \"#{selector}\" once I see it")
step_list.push("And I wait for 1 seconds")
Copy link
Contributor

Choose a reason for hiding this comment

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

i just realized that we can actually decrease this sleep to 0.5s (or 0.75s) because the training screen is set to have fish moving at 0.5s (link - constants.defaultMoveTime is 1s)

Copy link
Author

Choose a reason for hiding this comment

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

I'll leave it as is for now, not sure if it would become more flaky if the framerate drops and there's not enough margin for error.

Copy link
Contributor

@maddiedierker maddiedierker left a comment

Choose a reason for hiding this comment

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

🎉 thank you for this, winter!

@uponthesun uponthesun merged commit c9b3631 into staging Nov 24, 2019
@uponthesun uponthesun deleted the ml-hoc-ui-test branch November 24, 2019 18:52
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