Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-17 | 2 attempts against flakiness of checkboxes_and_mailboxes | kaeff | |
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-26 | New 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. |