Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-11 | Remove spend_time_in_reactor from functional tests | Folker Bernitt | |
- Issue #456 - Protect mail list click click against staleness exceptions Mail list is manipulated while accessing first mail so page often is stale. Repeat function if that happens | |||
2015-09-11 | Wait for content to become available before checking class attribute | Folker Bernitt | |
- Issue #456 - Added new find_element_by_class_name method | |||
2015-09-10 | Add 'with ImplicitWait' to allow shorter timeouts | Folker Bernitt | |
- necessary if elements do not exist, selenium seems to wait the entire explict timeout in this case | |||
2015-09-08 | pep8 | kaeff | |
2015-09-08 | Another try for flaky checkboxes FT: Wait until loading finished | kaeff | |
A reincarnation of 0e42b6d. While waiting for appear/disappear didn't help, the current CI failures seem to be related to a sync still be going on. | |||
2015-09-07 | Attempt to reduce flakiness of checkboxes.feature | kaeff | |
2015-08-17 | pep8 | kaeff | |
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-08-12 | Spend some time in twisted reactor before accessing page. | Folker Bernitt | |
- Increase likelihood that page and related resources got delivered before asserting changes using selenium. | |||
2015-08-12 | Try longer 20s timeout for functional tests on snap-ci. | Folker Bernitt | |
2015-08-11 | Check for subject instead of mail id for deleted mails. | Folker Bernitt | |
2015-03-26 | Refactorating: replaced XPath by CSS Selector | Tiago Ferraz | |
2015-03-26 | Fixed pep8 errors. | Tiago Ferraz | |
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. | |||
2015-02-27 | Allow to pass a different timeout to wait_until_* methods | Alexandre Pretto Nunes | |
2015-01-09 | Added printing of console.log to functional test common. | Folker Bernitt | |
2014-12-11 | optmizing python imports | Duda Dornelles | |
2014-10-27 | Attempt to fix functional tests: adding more wait_untils on the core of our ↵ | Duda Dornelles | |
selectors (like capybara), disabling mail list autoRefresh (only for functional tests) and adding some ridiculos timeout in a specific step | |||
2014-10-16 | Added some wait until visible to functional tests to make them more stable. | Folker Bernitt | |
2014-10-14 | No more tag_index - now whoosh does everythin | Duda Dornelles | |
2014-10-14 | Fix pep8 warnings. | Folker Bernitt | |
2014-10-14 | Tried to make part of functional tests more stable. | Folker Bernitt | |
- Waiting for text change is unreliable, instead wait for Send button to disappear when sending mail | |||
2014-10-09 | moving fake-service features to service, getting rid of setup.py test ↵ | Duda Dornelles | |
requires and getting them into test_requirements.txt |