summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/search.py
AgeCommit message (Collapse)Author
2016-11-29Improves importsDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2015-09-14Removed unused sleep from the search stepBruno Wagner
2015-09-11Another attempt to make side nav more reliableFolker Bernitt
- Issue #456 - Also added action chain for search
2015-09-10Remove sleep from search functional stepsFolker Bernitt
2015-08-172 attempts against flakiness of checkboxes_and_mailboxeskaeff
1) Explicitly load inbox to avoid test fails before mail appears 2) Use "loading..." notification to check whether deleting mail has already been completed checkboxes_and_mailboxes.feature spends a lot time waiting (even if the step is already executed logically) as one can see when running tests in Firefox. This test is a good candidate for speed optimization.
2015-03-26New test that use checkboxes. Removal of hamcrest lib, code refactoring.Tiago Ferraz
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures.
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-09moving fake-service features to service, getting rid of setup.py test ↵Duda Dornelles
requires and getting them into test_requirements.txt