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

Fix flickering search test #346

Merged
merged 5 commits into from
Jun 22, 2018

Conversation

dmacvicar
Copy link
Member

The cause was multiple:

  • Missing stubs
  • Superfluous spaces
  • Redirects depending on the number of results

I was now able to reproduce test failures only by timeouts, which are expected when running the testsuite and webdriver in permanent loops.

Should fix #341

When a search has a single result, the result is redirected to the single package
details page. It makes sense to show the notice in both cases, and the test checks for it.
@ChrisKowalczyk
Copy link

The PR looks great, thank you Duncan. I tested the changes and the improvement is clearly visible. Good to be merged.

@ChrisKowalczyk ChrisKowalczyk merged commit 36faa02 into openSUSE:master Jun 22, 2018
@dmacvicar dmacvicar deleted the fix_flickering_test branch June 22, 2018 15:18
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.

Travis: test flickering
2 participants