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

Avoid invalid random titles in dashboard specs #3864

Merged
merged 1 commit into from
Nov 19, 2019
Merged

Conversation

javierm
Copy link
Member

@javierm javierm commented Nov 19, 2019

References

Objectives

  • Avoid unintended validation errors in specs

Notes

The feature test failed once on my machine because the generated title was 81 characters long.

Generating a random title with `Faker::Lorem.sentence` sometimes caused
validation errors in tests because the generated sentence was more than
80 characters long.
@javierm javierm added the Specs label Nov 19, 2019
@javierm javierm self-assigned this Nov 19, 2019
@javierm javierm added this to Reviewing in Roadmap via automation Nov 19, 2019
@javierm javierm merged commit 3a750fd into master Nov 19, 2019
Roadmap automation moved this from Reviewing to Release 1.1.0 Nov 19, 2019
@javierm javierm deleted the fix_random_titles branch November 19, 2019 22:58
smarques pushed a commit to venetochevogliamo/consul that referenced this pull request Apr 29, 2020
Avoid invalid random titles in dashboard specs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Roadmap
  
Release 1.1.0
Development

Successfully merging this pull request may close these issues.

None yet

1 participant