Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-27 | Add a login multi user functional test | Folker Bernitt | |
- Issue #576 - Extended AppTestClient with multi user support | |||
2016-01-06 | added ft | NavaL | |
Issue #548 | |||
2016-01-06 | moving screenshots to a different folder -- to be saved as artifacts in snap | NavaL | |
2015-12-29 | adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵ | NavaL | |
functional test Issue #563 | |||
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-09-15 | Replace sleep in data_setup.py with wait | Folker Bernitt | |
- Issue: #456 | |||
2015-09-14 | Fixed pep8 warning | Bruno Wagner | |
2015-09-14 | Removed unused sleep from the search step | Bruno Wagner | |
2015-09-14 | Fixed a typo in a functional test comment | Bruno Wagner | |
2015-09-14 | Added sleep after adding mail so it is properly indexed | Bruno Wagner | |
2015-09-11 | Another attempt to make side nav more reliable | Folker Bernitt | |
- Issue #456 - Also added action chain for search | |||
2015-09-11 | Wait for click handler to become available | Folker Bernitt | |
- Issue #456 | |||
2015-09-11 | Run javascript instead of sleep | Folker Bernitt | |
- Issue #456 - Try to end up after all the JS that needs to run | |||
2015-09-11 | Attempt to get side navigation a little bit more stable | Folker Bernitt | |
- Issue #456 - Only temporary workaround to keep tests green while searching for a proper solution | |||
2015-09-11 | Wait until single element for tag list is visible | Folker Bernitt | |
- Issue #456 | |||
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-11 | Wait for send button to become enabled to avoid implicit timeout | Folker Bernitt | |
- instead of waiting to not be disabled - Issue #456 | |||
2015-09-10 | Remove sleep from search functional steps | Folker Bernitt | |
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-10 | Remove some sleeps from functional tests (mail_list.py) | Folker Bernitt | |
- Rewrite of 'I should not see any email' step as assertion did not work | |||
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-18 | pep8 | kaeff | |
2015-08-18 | Delete mail after attachments FT to avoid false negative | kaeff | |
Since attachments.feature didn't clean up after itself, search_and_destroy failed afterwards (relied on an empty mailbox) | |||
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-17 | [wip] Expose attachments again after migration | kaeff | |
- Issue: #433 - Still missing: In JS, use encoding directly from the attachment object, insted of headers. Then remove headers again (see failing unit test) | |||
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-08-11 | Fixed unit and integration tests. | Folker Bernitt | |
2015-08-11 | Start events server before running functional tests. | Folker Bernitt | |
- Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests" | |||
2015-08-11 | Fixed pep8 warnings in environment.py. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Fixed all functional tests using crochet. | Folker Bernitt | |
- Issue #420 - Added crochet as a test dependency - crochet now executes twisted in same process, in a background thread | |||
2015-06-17 | fix missing import | Victor Shyba | |
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-04-14 | fix typo on side_nav_expanded | rafael lisboa | |
2015-03-26 | Refactorating: replaced XPath by CSS Selector | Tiago Ferraz | |
2015-03-26 | Fix pep8 error | Tiago Ferraz | |
2015-03-26 | Fixing small error on def function | Tiago Ferraz | |
2015-03-26 | Fix pep* errors | Tiago Ferraz | |
Lambda function is now a def | |||
2015-03-26 | Trying to fix functional test | Tiago Ferraz | |
2015-03-26 | Trying to fix problem with functional test while opening email. | 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-03-09 | Refactoring of fuctional tests | Tiago Ferraz | |
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code. | |||
2015-02-27 | Make tests involving adding and selecting tags more robust | Alexandre Pretto Nunes | |
2015-02-27 | Allow to pass a different timeout to wait_until_* methods | Alexandre Pretto Nunes | |